Skip to content

Commit

Permalink
restrict Dependabot to major Cargo updates
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradHoeffner committed Sep 15, 2023
1 parent 64bbbdb commit 716d2fb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ updates:
directory: "/"
schedule:
interval: "daily"
groups:
all:
patterns: ["*"]
allow:
- dependency-type: "direct"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]

0 comments on commit 716d2fb

Please sign in to comment.