Skip to content

Commit f6a2984

Browse files
committed
Update dependabot setup.
1 parent e7eb6bd commit f6a2984

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.github/dependabot.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ updates:
1010
target-branch: "4.0.x" # oldest OSS supported branch
1111
schedule:
1212
interval: "weekly"
13+
- package-ecosystem: "github-actions"
14+
directory: "/"
15+
target-branch: "4.1.x"
16+
schedule:
17+
interval: "weekly"
1318
- package-ecosystem: "github-actions"
1419
directory: "/"
1520
target-branch: "main"
@@ -37,6 +42,17 @@ updates:
3742
update-types:
3843
- version-update:semver-major
3944
- version-update:semver-minor
45+
- package-ecosystem: maven
46+
directory: /
47+
schedule:
48+
interval: daily
49+
target-branch: 4.1.x
50+
ignore:
51+
# only upgrade patch versions for maintenance branch
52+
- dependency-name: "*"
53+
update-types:
54+
- version-update:semver-major
55+
- version-update:semver-minor
4056
- package-ecosystem: maven
4157
directory: /
4258
schedule:
@@ -47,3 +63,18 @@ updates:
4763
- dependency-name: "*"
4864
update-types:
4965
- version-update:semver-major
66+
- package-ecosystem: npm
67+
target-branch: docs-build
68+
directory: /
69+
schedule:
70+
interval: weekly
71+
- package-ecosystem: npm
72+
target-branch: main
73+
directory: /docs
74+
schedule:
75+
interval: weekly
76+
- package-ecosystem: npm
77+
target-branch: 4.1.x
78+
directory: /docs
79+
schedule:
80+
interval: weekly

0 commit comments

Comments
 (0)