We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb161d7 commit 05a266bCopy full SHA for 05a266b
1 file changed
.github/dependabot.yml
@@ -1,7 +1,25 @@
1
---
2
version: 2
3
+
4
updates:
-- package-ecosystem: "github-actions"
5
- directory: "/"
6
- schedule:
7
- interval: "daily"
+ - package-ecosystem: github-actions
+ target-branch: develop
+ directory: /
8
+ schedule:
9
+ interval: weekly
10
+ labels:
11
+ - chore
12
+ - github-actions
13
+ commit-message:
14
+ prefix: 'chore(gh):'
15
16
+ - package-ecosystem: pip
17
18
19
20
21
22
23
+ - dependencies
24
25
0 commit comments