Skip to content

Commit 2b373e1

Browse files
committed
Add Dependabot configuration for automatic dependency updates
1 parent 61370c9 commit 2b373e1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "pip"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
labels:
8+
- ":recycle: dependencies"
9+
- ":snake: python"
10+
- package-ecosystem: "github-actions"
11+
directory: "/"
12+
schedule:
13+
interval: "weekly"
14+
labels:
15+
- ":recycle: dependencies"
16+
- ":clapper: github_actions"

0 commit comments

Comments
 (0)