Skip to content

Commit 596b2be

Browse files
committed
Update dependabot settings.
1 parent a3befcc commit 596b2be

File tree

1 file changed

+9
-20
lines changed

1 file changed

+9
-20
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,12 @@ version: 2
22
updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
5-
target-branch: "3.1.x" # oldest OSS supported branch
5+
target-branch: "4.1.x" # oldest OSS supported branch
66
schedule:
77
interval: "weekly"
88
- package-ecosystem: "github-actions"
99
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"
10+
target-branch: "4.2.x"
1611
schedule:
1712
interval: "weekly"
1813
- package-ecosystem: "github-actions"
@@ -24,18 +19,7 @@ updates:
2419
directory: /
2520
schedule:
2621
interval: daily
27-
target-branch: 3.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
34-
- package-ecosystem: maven
35-
directory: /
36-
schedule:
37-
interval: daily
38-
target-branch: 4.0.x
22+
target-branch: 4.1.x
3923
ignore:
4024
# only upgrade patch versions for maintenance branch
4125
- dependency-name: "*"
@@ -46,7 +30,7 @@ updates:
4630
directory: /
4731
schedule:
4832
interval: daily
49-
target-branch: 4.1.x
33+
target-branch: 4.2.x
5034
ignore:
5135
# only upgrade patch versions for maintenance branch
5236
- dependency-name: "*"
@@ -78,3 +62,8 @@ updates:
7862
directory: /docs
7963
schedule:
8064
interval: weekly
65+
- package-ecosystem: npm
66+
target-branch: 4.2.x
67+
directory: /docs
68+
schedule:
69+
interval: weekly

0 commit comments

Comments
 (0)