Skip to content

Commit 6162da5

Browse files
authored
ci: add dependabot yaml (#13)
* ci: add dependabot yaml * ci: add cooldown to Dependabot action updates Wait 3 days after a release before proposing it, so a freshly published (and potentially compromised) action version ages out in the open before landing in a PR. Applies to version updates only; security advisories still bypass the cooldown.
1 parent b87471b commit 6162da5

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/dependabot.yml

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

0 commit comments

Comments
 (0)