Skip to content

Commit 7a390af

Browse files
committed
Instead of running dependabot on all the release branches
backport it's PRs from master
1 parent d01d02c commit 7a390af

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

.github/dependabot.yaml

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,7 @@ updates:
66
schedule:
77
interval: "daily"
88
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"
9+
labels:
10+
- backport-v3.10.x
11+
- backport-v3.9.x
12+
- backport-v3.8.x

0 commit comments

Comments
 (0)