Skip to content

Commit af5ada2

Browse files
authored
Merge pull request #9 from silence-laboratories/chore/supply-chain-dependabot
chore(security): add Dependabot cooldown for cargo dependencies
2 parents 20f748e + 555a598 commit af5ada2

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
- package-ecosystem: "cargo"
8+
directory: "/"
9+
schedule:
10+
interval: "weekly"
11+
cooldown:
12+
default-days: 7

0 commit comments

Comments
 (0)