There was an error while loading. Please reload this page.
1 parent 3e65a1c commit 3c76718Copy full SHA for 3c76718
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
+ schedule:
41
+ interval: "weekly"
42
+ exclude-paths:
43
+ - ".github/workflows/release-train-test.yml"
44
+ - ".github/workflows/release-train-build.yml"
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