Skip to content

Commit 96385a5

Browse files
authored
Update Dependabot config to ignore patch updates (#330)
Configured Dependabot to ignore patch updates for all dependencies.
1 parent 82b74a0 commit 96385a5

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
@@ -8,6 +8,9 @@ updates:
88
directory: "/"
99
schedule:
1010
interval: "semiannually"
11+
ignore: # only update minor or major version changes
12+
- dependency-name: "*"
13+
update-types: ["version-update:semver-patch"]
1114
groups:
1215
actions:
1316
patterns:

0 commit comments

Comments
 (0)