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 e64c64b + 44dc69d commit 05912bdCopy full SHA for 05912bd
.github/dependabot.yml
@@ -0,0 +1,31 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "pip"
4
+ directory: "/"
5
+ insecure-external-code-execution: allow
6
+ schedule:
7
+ interval: "daily"
8
+ open-pull-requests-limit: 100
9
+ labels:
10
+ - "maintenance"
11
+ - "dependencies"
12
+ groups:
13
+ pip:
14
+ patterns:
15
+ - "*"
16
+ commit-message:
17
+ prefix: "chore"
18
+ - package-ecosystem: "github-actions"
19
20
21
22
23
24
25
26
27
+ actions:
28
29
30
31
0 commit comments