Skip to content

Commit fb17ea7

Browse files
Configuration options for the dependabot.yml file (#70)
Co-authored-by: Alex Kaszynski <akascap@gmail.com>
1 parent 8f565a5 commit fb17ea7

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/dependabot.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
directory: "/"
18+
schedule:
19+
interval: "monthly"
20+
open-pull-requests-limit: 100
21+
labels:
22+
- "maintenance"
23+
- "dependencies"
24+
groups:
25+
actions:
26+
patterns:
27+
- "*"

0 commit comments

Comments
 (0)