Skip to content

Commit a6345f0

Browse files
committed
Let dependabot ignore patch updates
1 parent fee39fc commit a6345f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

+3
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ updates:
99
directory: '/' # Location of package manifests
1010
schedule:
1111
interval: 'daily'
12+
ignore:
13+
- dependency-name: '*'
14+
update-types: ['version-update:semver-patch']

0 commit comments

Comments
 (0)