version: 2
updates:
# Check for updates of actions every month. Don't check crate updates,
# because it creates way too many pull requests, and cargo update exists.
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: monthly
assignees:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: monthly
assignees:
# Ignore minor and patch updates; downstream consumers
# can do these; we only need to check for semver
# incompatible updates.
ignore:
- dependency-name: "*"
update-types:
- "version-update:semver-patch"
- "version-update:semver-minor"