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.
1 parent 8f565a5 commit fb17ea7Copy full SHA for fb17ea7
.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