Skip to content

Commit b3b37ee

Browse files
authored
Adding 4.2.x branches
Signed-off-by: Ryan Baxter <ryan.baxter@broadcom.com>
1 parent 4fc9d4d commit b3b37ee

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/dependabot.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ updates:
1010
target-branch: "main"
1111
schedule:
1212
interval: "weekly"
13+
- package-ecosystem: "github-actions"
14+
directory: "/"
15+
target-branch: "4.2.x"
16+
schedule:
17+
interval: "weekly"
18+
- package-ecosystem: "github-actions"
19+
directory: "/"
20+
target-branch: "4.1.x"
21+
schedule:
22+
interval: "weekly"
1323
- package-ecosystem: maven
1424
directory: /
1525
schedule:
@@ -31,6 +41,17 @@ updates:
3141
update-types:
3242
- version-update:semver-major
3343
- version-update:semver-minor
44+
- package-ecosystem: maven
45+
directory: /
46+
schedule:
47+
interval: daily
48+
target-branch: 4.2.x
49+
ignore:
50+
# only upgrade by minor or patch
51+
- dependency-name: "*"
52+
update-types:
53+
- version-update:semver-major
54+
- version-update:semver-minor
3455
- package-ecosystem: npm
3556
target-branch: docs-build
3657
directory: /
@@ -41,6 +62,11 @@ updates:
4162
directory: /docs
4263
schedule:
4364
interval: weekly
65+
- package-ecosystem: npm
66+
target-branch: 4.2.x
67+
directory: /docs
68+
schedule:
69+
interval: weekly
4470
- package-ecosystem: npm
4571
target-branch: 4.1.x
4672
directory: /docs

0 commit comments

Comments
 (0)