Skip to content

Commit 7d31ae1

Browse files
authored
Merge pull request #223 from LingMan/calm_dependabot
Dependabot: Ignore patch level updates
2 parents e08a7fd + 72b3b58 commit 7d31ae1

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)