Skip to content

Commit

Permalink
🤖 Add dependabot for GHA get/stay current
Browse files Browse the repository at this point in the history
  • Loading branch information
mtboren committed May 23, 2024
1 parent 8f7a0a9 commit ad1bbff
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 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
version: 2
updates:
- package-ecosystem: github-actions
# Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)
directory: /
schedule:
# Check for updates to GitHub Actions every week
interval: weekly

0 comments on commit ad1bbff

Please sign in to comment.