Skip to content

Commit 2b72901

Browse files
committed
Add Dependabot entries for 5.0.x
1 parent 4f1512b commit 2b72901

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
@@ -34,3 +34,27 @@ updates:
3434
directory: /docs
3535
schedule:
3636
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+
schedule:
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+
target-branch: 5.0.x
58+
directory: /docs
59+
schedule:
60+
interval: weekly

0 commit comments

Comments
 (0)