Skip to content

Commit 7c5f25e

Browse files
committed
Add dependabot
1 parent 67e6386 commit 7c5f25e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/dependabot.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: "/"
5+
schedule:
6+
interval: monthly
7+
time: "03:00"
8+
open-pull-requests-limit: 10
9+
labels:
10+
- "changelog: skip"
11+
- "dependencies"
12+
- package-ecosystem: pip
13+
directory: "/"
14+
schedule:
15+
interval: monthly
16+
time: "03:00"
17+
open-pull-requests-limit: 10
18+
labels:
19+
- "changelog: skip"
20+
- "dependencies"

0 commit comments

Comments
 (0)