Skip to content

Commit ad1bbff

Browse files
committed
🤖 Add dependabot for GHA get/stay current
1 parent 8f7a0a9 commit ad1bbff

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Set update schedule for GitHub Actions; ref at https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
2+
version: 2
3+
updates:
4+
- package-ecosystem: github-actions
5+
# Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)
6+
directory: /
7+
schedule:
8+
# Check for updates to GitHub Actions every week
9+
interval: weekly

0 commit comments

Comments
 (0)