Skip to content

Commit

Permalink
Merge pull request #299 from lardbit/disaac/fixes-issue-298-add-depen…
Browse files Browse the repository at this point in the history
…dabot-config-for-actions-updates

feat: Adds github action dependabot updates
  • Loading branch information
lardbit authored Jul 11, 2024
2 parents 9670822 + 06f3a2d commit 9c7954a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Set update schedule for GitHub Actions

version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"

0 comments on commit 9c7954a

Please sign in to comment.