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 0bffb57 commit d6b31f4Copy full SHA for d6b31f4
1 file changed
.github/dependabot.yml
@@ -20,11 +20,12 @@ updates:
20
schedule:
21
interval: daily
22
target-branch: main
23
- #ignore:
+ ignore:
24
# only upgrade by minor or patch
25
- #- dependency-name: "*"
26
- # update-types:
27
- # - version-update:semver-major
+ - dependency-name: "*"
+ update-types:
+ - version-update:semver-major
28
+ - version-update:semver-minor
29
- package-ecosystem: maven
30
directory: /
31
@@ -46,11 +47,6 @@ updates:
46
47
directory: /docs
48
49
interval: weekly
- - package-ecosystem: npm
50
- target-branch: main
51
- directory: /docs
52
- schedule:
53
- interval: weekly
54
- package-ecosystem: npm
55
target-branch: 4.3.x
56
0 commit comments