We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c65d47 commit 57284c4Copy full SHA for 57284c4
1 file changed
.github/dependabot.yml
@@ -7,7 +7,9 @@ updates:
7
- "/complete"
8
ignore:
9
- dependency-name: "*"
10
- update-types: ["version-update:semver-patch"]
+ update-types:
11
+ - version-update:semver-major
12
+ - version-update:semver-minor
13
schedule:
14
interval: "monthly"
15
target-branch: "main"
@@ -22,7 +24,9 @@ updates:
22
24
23
25
26
27
28
29
30
31
32
0 commit comments