Skip to content

Commit 1ad6626

Browse files
committed
Added dependabot.yml
1 parent a784466 commit 1ad6626

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.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: "github-actions"
4+
directory: "/"
5+
cooldown:
6+
default-days: 7
7+
schedule:
8+
interval: "daily"
9+
10+
- package-ecosystem: "pip"
11+
directories:
12+
- "/.github/build/python"
13+
cooldown:
14+
default-days: 7
15+
schedule:
16+
interval: "daily"

0 commit comments

Comments
 (0)