Skip to content

Commit 4abd855

Browse files
authored
Merge pull request #7 from 88labs/feat/dependabot-cooldown
feat: add Dependabot config with cooldown setting
2 parents 245c4b0 + 3736b9f commit 4abd855

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
cooldown:
8+
default-days: 3

0 commit comments

Comments
 (0)