Skip to content

Commit 8d6ef7a

Browse files
committed
Added basic configuration for Dependabot for GitHub Actions
1 parent 3ff7895 commit 8d6ef7a

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+
# Basic dependabot.yml file
2+
# REF: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-actions-up-to-date-with-dependabot
3+
4+
version: 2
5+
updates:
6+
# Enable version updates for Actions
7+
- package-ecosystem: "github-actions"
8+
# Look for `.github/workflows` in the `root` directory
9+
directory: "/"
10+
# Check for updates once a week
11+
schedule:
12+
interval: "weekly"

0 commit comments

Comments
 (0)