Skip to content

Commit 0b0499a

Browse files
authored
Remove 4.2.x branch from dependabot
Removed deprecated GitHub Actions and Maven configurations for the 4.2.x target branch. Signed-off-by: Ryan Baxter <ryan.baxter@broadcom.com>
1 parent 5008509 commit 0b0499a

1 file changed

Lines changed: 0 additions & 25 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ updates:
1616
target-branch: "4.3.x"
1717
schedule:
1818
interval: "weekly"
19-
- package-ecosystem: "github-actions"
20-
directory: "/"
21-
target-branch: "4.2.x"
22-
schedule:
23-
interval: "weekly"
2419
- package-ecosystem: maven
2520
directory: /
2621
schedule:
@@ -51,21 +46,6 @@ updates:
5146
update-types:
5247
- version-update:semver-major
5348
- version-update:semver-minor
54-
- package-ecosystem: maven
55-
directory: /
56-
schedule:
57-
interval: daily
58-
target-branch: 4.2.x
59-
ignore:
60-
# IDE specific dependency
61-
- dependency-name: "org.eclipse.m2e:lifecycle-mapping"
62-
# JRuby updates are causing docs generation to fail
63-
- dependency-name: "org.jruby:jruby-complete"
64-
# only upgrade by minor or patch
65-
- dependency-name: "*"
66-
update-types:
67-
- version-update:semver-major
68-
- version-update:semver-minor
6949
- package-ecosystem: npm
7050
target-branch: docs-build
7151
directory: /
@@ -81,8 +61,3 @@ updates:
8161
directory: /docs
8262
schedule:
8363
interval: weekly
84-
- package-ecosystem: npm
85-
target-branch: 4.2.x
86-
directory: /docs
87-
schedule:
88-
interval: weekly

0 commit comments

Comments
 (0)