We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7dd7c commit 5ab71ffCopy full SHA for 5ab71ff
1 file changed
.github/dependabot.yml
@@ -0,0 +1,24 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "pip"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ day: "monday"
8
+ labels:
9
+ - "dependencies"
10
+ commit-message:
11
+ prefix: "chore"
12
+ include: "scope"
13
+ open-pull-requests-limit: 10
14
+
15
+ - package-ecosystem: "github-actions"
16
17
18
19
20
21
22
23
24
0 commit comments