There was an error while loading. Please reload this page.
1 parent 4f1512b commit 2b72901Copy full SHA for 2b72901
1 file changed
.github/dependabot.yml
@@ -34,3 +34,27 @@ updates:
34
directory: /docs
35
schedule:
36
interval: weekly
37
+ - package-ecosystem: "github-actions"
38
+ directory: "/"
39
+ target-branch: "5.0.x"
40
+ exclude-paths:
41
+ - ".github/workflows/release-train-test.yml"
42
+ - ".github/workflows/release-train-build.yml"
43
+ schedule:
44
+ interval: "weekly"
45
+ - package-ecosystem: maven
46
+ directory: /
47
48
+ interval: daily
49
+ target-branch: 5.0.x
50
+ ignore:
51
+ # only upgrade by minor or patch
52
+ - dependency-name: "*"
53
+ update-types:
54
+ - version-update:semver-major
55
+ - version-update:semver-minor
56
+ - package-ecosystem: npm
57
58
+ directory: /docs
59
60
+ interval: weekly
0 commit comments