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