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.
dependabot.yml
Dependabot
1 parent 803ee73 commit 44dc69dCopy full SHA for 44dc69d
.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