Skip to content

Commit a398e92

Browse files
committed
ci: add dependabot alters
Fixes #130
1 parent 161ea7e commit a398e92

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/dependabot.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
groups:
8+
gh-actions:
9+
patterns:
10+
- "*"
11+
12+
13+
# Check for updates Python updates via pip in case we pin a dependency
14+
- package-ecosystem: "pip"
15+
directory: "/"
16+
schedule:
17+
interval: "monthly"
18+
groups:
19+
dev-dependencies:
20+
patterns:
21+
- "*"

0 commit comments

Comments
 (0)