We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e619a4 commit eeebe1cCopy full SHA for eeebe1c
.github/dependabot.yml
@@ -5,8 +5,15 @@ updates:
5
schedule:
6
interval: monthly
7
open-pull-requests-limit: 10
8
+ ignore:
9
+ - dependency-name: '*'
10
+ update-types: ['version-update:semver-patch', 'version-update:semver-minor']
11
+
12
- package-ecosystem: npm
13
directory: '/'
14
15
16
17
18
19
0 commit comments