Skip to content

Commit

Permalink
Dependabot configuration to update actions in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottBrenner committed Jun 8, 2024
1 parent 42fd3c2 commit fa6d51b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
version: 2
updates:
# Only check for Ruby gem updates
# Check for Ruby gem updates
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "daily"
# Check for GitHub Actions updates
- package-ecosystem: "github-actions"
# Look for GitHub Actions workflows in the `root` directory
directory: "/"
# Check the for updates once a week
schedule:
interval: "weekly"

0 comments on commit fa6d51b

Please sign in to comment.