mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 06:46:15 +00:00
12 lines
313 B
YAML
12 lines
313 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
ignore:
|
|
# Ignore all patch releases as we can manually
|
|
# upgrade if we run into a bug and need a fix.
|
|
- dependency-name: "*"
|
|
update-types: ["version-update:semver-patch"]
|