Skip to content

Commit 8046fb8

Browse files
authored
ci: add dependabot config
1 parent 1dbcc6a commit 8046fb8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/dependabot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
day: "monday"
9+
reviewers:
10+
- "artisanofcode/core"
11+
12+
- package-ecosystem: "pip"
13+
directory: "/"
14+
schedule:
15+
interval: "weekly"
16+
day: "monday"
17+
reviewers:
18+
- "artisanofcode/core"

0 commit comments

Comments
 (0)