We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad59a44 commit cd9c799Copy full SHA for cd9c799
1 file changed
.github/dependabot.yml
@@ -7,9 +7,7 @@ updates:
7
open-pull-requests-limit: 10
8
ignore:
9
- dependency-name: "*"
10
- update-types:
11
- - "version-update:semver-major"
12
- - "version-update:semver-patch"
+ update-types: ["version-update:semver-major"]
13
14
- package-ecosystem: "github-actions"
15
directory: "/"
@@ -18,6 +16,4 @@ updates:
18
16
19
17
20
21
22
23
0 commit comments