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.
2 parents a318fa6 + 803a1be commit d85437dCopy full SHA for d85437d
1 file changed
.github/dependabot.yml
@@ -0,0 +1,23 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "pip"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ open-pull-requests-limit: 10
8
+ commit-message:
9
+ prefix: "chore"
10
+ include: "scope"
11
+ labels:
12
+ - "dependencies"
13
+
14
+ - package-ecosystem: "github-actions"
15
+ directory: ".github/workflows"
16
17
18
19
20
21
22
23
0 commit comments