Skip to content

Commit a508087

Browse files
authored
Adding 4.2.x branches
Signed-off-by: Ryan Baxter <[email protected]>
1 parent 23d6202 commit a508087

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/dependabot.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ updates:
1515
target-branch: "4.1.x"
1616
schedule:
1717
interval: "weekly"
18+
- package-ecosystem: "github-actions"
19+
directory: "/"
20+
target-branch: "4.2.x"
21+
schedule:
22+
interval: "weekly"
1823
- package-ecosystem: "github-actions"
1924
directory: "/"
2025
target-branch: "main"
@@ -53,6 +58,17 @@ updates:
5358
update-types:
5459
- version-update:semver-major
5560
- version-update:semver-minor
61+
- package-ecosystem: maven
62+
directory: /
63+
schedule:
64+
interval: daily
65+
target-branch: 4.2.x
66+
ignore:
67+
# only upgrade patch versions for maintenance branch
68+
- dependency-name: "*"
69+
update-types:
70+
- version-update:semver-major
71+
- version-update:semver-minor
5672
- package-ecosystem: maven
5773
directory: /
5874
schedule:
@@ -78,3 +94,8 @@ updates:
7894
directory: /docs
7995
schedule:
8096
interval: weekly
97+
- package-ecosystem: npm
98+
target-branch: 4.2.x
99+
directory: /docs
100+
schedule:
101+
interval: weekly

0 commit comments

Comments
 (0)