Skip to content

Commit 6532b73

Browse files
authored
Allow dependabot upgrades on release-0.13 (submariner-io#848)
Signed-off-by: Stephen Kitt <[email protected]>
1 parent 6bd9462 commit 6532b73

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ updates:
1010
target-branch: "release-0.12"
1111
schedule:
1212
interval: daily
13+
- package-ecosystem: github-actions
14+
directory: '/'
15+
target-branch: "release-0.13"
16+
schedule:
17+
interval: daily
1318
- package-ecosystem: gomod
1419
directory: "/"
1520
schedule:

0 commit comments

Comments
 (0)