Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8fe7fa2

Browse files
committed
dependabot
1 parent e1f2f96 commit 8fe7fa2

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# From:
2+
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/keeping-your-actions-up-to-date-with-dependabot
3+
# Set update schedule for GitHub Actions
4+
5+
version: 2
6+
updates:
7+
- package-ecosystem: "github-actions"
8+
directory: "/"
9+
schedule:
10+
# Check for updates to GitHub Actions once a week
11+
interval: "weekly"
12+
day: "sunday"
13+
cooldown:
14+
# https://blog.yossarian.net/2025/11/21/We-should-all-be-using-dependency-cooldowns
15+
default-days: 7
16+
groups:
17+
action-dependencies:
18+
patterns:
19+
- "*"
20+
commit-message:
21+
prefix: "chore"

0 commit comments

Comments
 (0)