Skip to content

Commit 92ea212

Browse files
committed
Configure dependabot to run on all release branches
So that we don't have to backport dependabot PRs
1 parent d4c046b commit 92ea212

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,19 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "daily"
8+
target-branch: "master"
9+
- package-ecosystem: "github-actions"
10+
directory: "/"
11+
schedule:
12+
interval: "daily"
13+
target-branch: "v3.10.x"
14+
- package-ecosystem: "github-actions"
15+
directory: "/"
16+
schedule:
17+
interval: "daily"
18+
target-branch: "v3.9.x"
19+
- package-ecosystem: "github-actions"
20+
directory: "/"
21+
schedule:
22+
interval: "daily"
23+
target-branch: "v3.8.x"

0 commit comments

Comments
 (0)