Skip to content

Commit 090e88c

Browse files
authored
Merge pull request #9 from jonasbn/dependabot_github_actions
Added basic configuration for Dependabot for GitHub Actions
2 parents 3ff7895 + 8d6ef7a commit 090e88c

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)