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 19e736d commit 69abb7aCopy full SHA for 69abb7a
.github/dependabot.yml
@@ -1,5 +1,34 @@
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
+ commit-message:
17
+ prefix: "chore"
18
+ - package-ecosystem: "github-actions"
19
20
21
22
23
24
25
26
27
+ actions:
28
29
30
31
32
- package-ecosystem: "github-actions"
33
directory: "examples/pure-hatch/.github/workflows"
34
schedule:
0 commit comments