Skip to content

Commit d6b31f4

Browse files
committed
Fix dependabot
1 parent 0bffb57 commit d6b31f4

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ updates:
2020
schedule:
2121
interval: daily
2222
target-branch: main
23-
#ignore:
23+
ignore:
2424
# only upgrade by minor or patch
25-
#- dependency-name: "*"
26-
# update-types:
27-
# - version-update:semver-major
25+
- dependency-name: "*"
26+
update-types:
27+
- version-update:semver-major
28+
- version-update:semver-minor
2829
- package-ecosystem: maven
2930
directory: /
3031
schedule:
@@ -46,11 +47,6 @@ updates:
4647
directory: /docs
4748
schedule:
4849
interval: weekly
49-
- package-ecosystem: npm
50-
target-branch: main
51-
directory: /docs
52-
schedule:
53-
interval: weekly
5450
- package-ecosystem: npm
5551
target-branch: 4.3.x
5652
directory: /docs

0 commit comments

Comments
 (0)