We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fee39fc commit a6345f0Copy full SHA for a6345f0
.github/dependabot.yml
@@ -9,3 +9,6 @@ updates:
9
directory: '/' # Location of package manifests
10
schedule:
11
interval: 'daily'
12
+ ignore:
13
+ - dependency-name: '*'
14
+ update-types: ['version-update:semver-patch']
0 commit comments