Skip to content

Commit 3f2f755

Browse files
committed
chore: add dependabot
1 parent f51fce0 commit 3f2f755

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+
---
2+
version: 2
3+
# update once a week, with a 7-day cooldown
4+
updates:
5+
- package-ecosystem: github-actions
6+
directory: /
7+
schedule:
8+
interval: weekly
9+
cooldown:
10+
default-days: 7
11+
- package-ecosystem: pre-commit
12+
directory: /
13+
schedule:
14+
interval: weekly
15+
cooldown:
16+
default-days: 7

0 commit comments

Comments
 (0)