Skip to content

Commit

Permalink
Tune dependabot crate config
Browse files Browse the repository at this point in the history
For tokio only monitor major updates, for everything else only major and
minor updates

Signed-off-by: Sjoerd Simons <[email protected]>
  • Loading branch information
sjoerdsimons committed May 16, 2024
1 parent 5c1b33b commit 4b24c43
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,13 @@ updates:
interval: "daily"
labels:
- "dependencies"
# Not yet supported. See <https://github.com/dependabot/dependabot-core/issues/4009>
# versioning-strategy: "increase-if-necessary"
ignore:
- dependency-name: "tokio"
update-types:
- "version-update:semver-minor"
- "version-update:semver-patch"
- dependency-name: "*"
update-types:
- "version-update:semver-patch"

0 comments on commit 4b24c43

Please sign in to comment.