Skip to content

Commit c69457e

Browse files
authored
Remove 4.2.x branch from dependabot
Signed-off-by: Ryan Baxter <ryan.baxter@broadcom.com>
1 parent 34c168b commit c69457e

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,10 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "github-actions"
4-
directory: "/"
5-
target-branch: "4.2.x"
6-
schedule:
7-
interval: "weekly"
83
- package-ecosystem: "github-actions"
94
directory: "/"
105
target-branch: "main"
116
schedule:
127
interval: "weekly"
13-
- package-ecosystem: maven
14-
directory: /
15-
schedule:
16-
interval: daily
17-
target-branch: 4.2.x
18-
ignore:
19-
# only upgrade patch versions for maintenance branch
20-
- dependency-name: "*"
21-
update-types:
22-
- version-update:semver-major
23-
- version-update:semver-minor
248
- package-ecosystem: maven
259
directory: /
2610
schedule:
@@ -53,11 +37,6 @@ updates:
5337
directory: /docs
5438
schedule:
5539
interval: weekly
56-
- package-ecosystem: npm
57-
target-branch: 4.2.x
58-
directory: /docs
59-
schedule:
60-
interval: weekly
6140
- package-ecosystem: npm
6241
target-branch: 4.3.x
6342
directory: /docs

0 commit comments

Comments
 (0)