Skip to content

Commit 9d0a050

Browse files
authored
Re-enable dependabot on main branch (#2082)
1 parent 10ae5f3 commit 9d0a050

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/dependabot.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
version: 2
33
updates:
4+
# Updates for v3 branch (the default branch)
45
- package-ecosystem: "pip"
56
directory: "/"
67
schedule:
@@ -17,3 +18,23 @@ updates:
1718
actions:
1819
patterns:
1920
- "*"
21+
22+
# Same updates, but for main branch
23+
- package-ecosystem: "pip"
24+
directory: "/"
25+
target-branch: "main"
26+
schedule:
27+
interval: "daily"
28+
groups:
29+
requirements:
30+
patterns:
31+
- "*"
32+
- package-ecosystem: "github-actions"
33+
directory: "/"
34+
target-branch: "main"
35+
schedule:
36+
interval: "weekly"
37+
groups:
38+
actions:
39+
patterns:
40+
- "*"

0 commit comments

Comments
 (0)