Skip to content

Commit

Permalink
Configured dependabot to suggest upgrades to Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
carlspring committed Mar 22, 2024
1 parent 686cb28 commit 30fe5fd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ updates:
- package-ecosystem: "gradle"
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
# Check for updates to Gradle dependencies every day
interval: "daily"
commit-message:
prefix: deps(upgrade)
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every day
interval: "daily"
commit-message:
prefix: deps(upgrade)

0 comments on commit 30fe5fd

Please sign in to comment.