Skip to content

Commit e4a37f4

Browse files
authored
Update dependabot.yml to remove 4.2.x branches
Removed deprecated target-branch entries for 4.2.x in GitHub Actions and Maven configurations. Signed-off-by: Ryan Baxter <rbaxter85@gmail.com>
1 parent 0c9768a commit e4a37f4

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,10 +1,5 @@
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: "4.3.x"
@@ -15,17 +10,6 @@ updates:
1510
target-branch: "main"
1611
schedule:
1712
interval: "weekly"
18-
- package-ecosystem: maven
19-
directory: /
20-
schedule:
21-
interval: daily
22-
target-branch: 4.2.x
23-
ignore:
24-
# only upgrade patch versions for maintenance branch
25-
- dependency-name: "*"
26-
update-types:
27-
- version-update:semver-major
28-
- version-update:semver-minor
2913
- package-ecosystem: maven
3014
directory: /
3115
schedule:
@@ -58,11 +42,6 @@ updates:
5842
directory: /docs
5943
schedule:
6044
interval: weekly
61-
- package-ecosystem: npm
62-
target-branch: 4.2.x
63-
directory: /docs
64-
schedule:
65-
interval: weekly
6645
- package-ecosystem: npm
6746
target-branch: 4.3.x
6847
directory: /docs

0 commit comments

Comments
 (0)