Skip to content

Commit 72b3b58

Browse files
committed
Dependabot: Ignore patch level updates
Keeping them constantly updated has limited benefits while it annoys the maintainers. In the ~2.5 months Dependabot has been enabled it filed 44 PRs. With this configuration, it would have only filed 4 PRs.
1 parent e08a7fd commit 72b3b58

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ updates:
55
schedule:
66
interval: "weekly"
77
open-pull-requests-limit: 20
8+
ignore:
9+
- dependency-name: "*"
10+
update-types: ["version-update:semver-patch"]
811
- package-ecosystem: "github-actions"
912
directory: "/"
1013
schedule:

0 commit comments

Comments
 (0)