Skip to content

Commit e74c0a6

Browse files
committed
adopt dependabot GHA
1 parent 8404ff6 commit e74c0a6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Reference:
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+
# - https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
4+
5+
version: 2
6+
updates:
7+
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
# Check for updates to GitHub Actions every weekday
12+
interval: "daily"
13+
labels:
14+
- "New: Pull Request"
15+
- "Bot"

0 commit comments

Comments
 (0)