Skip to content

Commit 3f2149e

Browse files
authored
Removing 4.1.x from dependabot
Signed-off-by: Ryan Baxter <ryan.baxter@broadcom.com>
1 parent fec8a98 commit 3f2149e

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.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.1.x" # oldest OSS supported branch
6-
schedule:
7-
interval: "weekly"
83
- package-ecosystem: "github-actions"
94
directory: "/"
105
target-branch: "4.2.x"
@@ -20,17 +15,6 @@ updates:
2015
target-branch: "main"
2116
schedule:
2217
interval: "weekly"
23-
- package-ecosystem: maven
24-
directory: /
25-
schedule:
26-
interval: daily
27-
target-branch: 4.1.x
28-
ignore:
29-
# only upgrade patch versions for maintenance branch
30-
- dependency-name: "*"
31-
update-types:
32-
- version-update:semver-major
33-
- version-update:semver-minor
3418
- package-ecosystem: maven
3519
directory: /
3620
schedule:
@@ -68,11 +52,6 @@ updates:
6852
directory: /docs
6953
schedule:
7054
interval: weekly
71-
- package-ecosystem: npm
72-
target-branch: 4.1.x
73-
directory: /docs
74-
schedule:
75-
interval: weekly
7655
- package-ecosystem: npm
7756
target-branch: 4.2.x
7857
directory: /docs

0 commit comments

Comments
 (0)