Skip to content

Commit 7fa87b2

Browse files
authored
add .github/dependabot.yml (#24)
1 parent 7233015 commit 7fa87b2

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
cooldown:
7+
interval: "monthly"
8+
assignees:
9+
- "TheLartians"
10+
cooldown:
11+
default-days: 7
12+
13+
- package-ecosystem: "github-actions"
14+
directory: "/"
15+
schedule:
16+
interval: "weekly"
17+
assignees:
18+
- "TheLartians"
19+
cooldown:
20+
default-days: 7

0 commit comments

Comments
 (0)