We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ae5f3 commit 9d0a050Copy full SHA for 9d0a050
.github/dependabot.yml
@@ -1,6 +1,7 @@
1
---
2
version: 2
3
updates:
4
+ # Updates for v3 branch (the default branch)
5
- package-ecosystem: "pip"
6
directory: "/"
7
schedule:
@@ -17,3 +18,23 @@ updates:
17
18
actions:
19
patterns:
20
- "*"
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
34
35
36
+ interval: "weekly"
37
38
+ actions:
39
40
0 commit comments