Skip to content

Commit fcc01d5

Browse files
committed
Add 0.20 dependabot config; remove 0.15
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
1 parent de4e78d commit fcc01d5

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ updates:
1111
- "*"
1212
- package-ecosystem: github-actions
1313
directory: /
14-
target-branch: release-0.15
14+
target-branch: release-0.16
1515
schedule:
1616
interval: monthly
1717
groups:
@@ -20,7 +20,7 @@ updates:
2020
- "*"
2121
- package-ecosystem: github-actions
2222
directory: /
23-
target-branch: release-0.16
23+
target-branch: release-0.17
2424
schedule:
2525
interval: monthly
2626
groups:
@@ -29,7 +29,7 @@ updates:
2929
- "*"
3030
- package-ecosystem: github-actions
3131
directory: /
32-
target-branch: release-0.17
32+
target-branch: release-0.18
3333
schedule:
3434
interval: monthly
3535
groups:
@@ -38,7 +38,16 @@ updates:
3838
- "*"
3939
- package-ecosystem: github-actions
4040
directory: /
41-
target-branch: release-0.18
41+
target-branch: release-0.19
42+
schedule:
43+
interval: monthly
44+
groups:
45+
github-actions:
46+
patterns:
47+
- "*"
48+
- package-ecosystem: github-actions
49+
directory: /
50+
target-branch: release-0.20
4251
schedule:
4352
interval: monthly
4453
groups:

0 commit comments

Comments
 (0)