Skip to content

Commit 551747a

Browse files
authored
Adding 4.2.x to dependabot
Signed-off-by: Ryan Baxter <[email protected]>
1 parent ac59cd0 commit 551747a

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
@@ -5,6 +5,11 @@ updates:
55
target-branch: "4.1.x"
66
schedule:
77
interval: "weekly"
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
target-branch: "4.2.x"
11+
schedule:
12+
interval: "weekly"
813
- package-ecosystem: "github-actions"
914
directory: "/"
1015
target-branch: "main"
@@ -21,6 +26,17 @@ updates:
2126
update-types:
2227
- version-update:semver-major
2328
- version-update:semver-minor
29+
- package-ecosystem: maven
30+
directory: /
31+
schedule:
32+
interval: daily
33+
target-branch: 4.2.x
34+
ignore:
35+
# only upgrade patch versions for maintenance branch
36+
- dependency-name: "*"
37+
update-types:
38+
- version-update:semver-major
39+
- version-update:semver-minor
2440
- package-ecosystem: maven
2541
directory: /
2642
schedule:
@@ -46,3 +62,8 @@ updates:
4662
directory: /docs
4763
schedule:
4864
interval: weekly
65+
- package-ecosystem: npm
66+
target-branch: 4.2.x
67+
directory: /docs
68+
schedule:
69+
interval: weekly

0 commit comments

Comments
 (0)