Skip to content

Commit 4a1daae

Browse files
committed
Update dependabot settings.
Signed-off-by: Olga Maciaszek-Sharma <[email protected]>
1 parent 0f4407b commit 4a1daae

File tree

1 file changed

+1
-33
lines changed

1 file changed

+1
-33
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,7 @@ version: 2
22
updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
5-
target-branch: "3.1.x" # oldest OSS supported branch
6-
schedule:
7-
interval: "weekly"
8-
- package-ecosystem: "github-actions"
9-
directory: "/"
10-
target-branch: "4.0.x" # oldest OSS supported branch
11-
schedule:
12-
interval: "weekly"
13-
- package-ecosystem: "github-actions"
14-
directory: "/"
15-
target-branch: "4.1.x"
5+
target-branch: "4.1.x" # oldest OSS supported branch
166
schedule:
177
interval: "weekly"
188
- package-ecosystem: "github-actions"
@@ -25,28 +15,6 @@ updates:
2515
target-branch: "main"
2616
schedule:
2717
interval: "weekly"
28-
- package-ecosystem: maven
29-
directory: /
30-
schedule:
31-
interval: daily
32-
target-branch: 3.1.x
33-
ignore:
34-
# only upgrade patch versions for maintenance branch
35-
- dependency-name: "*"
36-
update-types:
37-
- version-update:semver-major
38-
- version-update:semver-minor
39-
- package-ecosystem: maven
40-
directory: /
41-
schedule:
42-
interval: daily
43-
target-branch: 4.0.x
44-
ignore:
45-
# only upgrade patch versions for maintenance branch
46-
- dependency-name: "*"
47-
update-types:
48-
- version-update:semver-major
49-
- version-update:semver-minor
5018
- package-ecosystem: maven
5119
directory: /
5220
schedule:

0 commit comments

Comments
 (0)