Skip to content

Commit

Permalink
CI: Add dependabot.yaml to configure GitHub workflow updates (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
axunonb authored Apr 29, 2024
1 parent 87b65a4 commit 5171bf0
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: https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly" # Check for updates to GitHub Actions on the first day of every month

0 comments on commit 5171bf0

Please sign in to comment.