Skip to content

Commit aeaa1eb

Browse files
committed
Add Dependabot entries for 5.0.x
1 parent 8c5d8de commit aeaa1eb

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,27 @@ updates:
2929
directory: /docs
3030
schedule:
3131
interval: weekly
32+
- package-ecosystem: "github-actions"
33+
directory: "/"
34+
target-branch: "5.0.x"
35+
exclude-paths:
36+
- ".github/workflows/release-train-test.yml"
37+
- ".github/workflows/release-train-build.yml"
38+
schedule:
39+
interval: "weekly"
40+
- package-ecosystem: maven
41+
directory: /
42+
schedule:
43+
interval: daily
44+
target-branch: 5.0.x
45+
ignore:
46+
# only upgrade patch versions for maintenance branch
47+
- dependency-name: "*"
48+
update-types:
49+
- version-update:semver-major
50+
- version-update:semver-minor
51+
- package-ecosystem: npm
52+
target-branch: 5.0.x
53+
directory: /docs
54+
schedule:
55+
interval: weekly

0 commit comments

Comments
 (0)