Skip to content

Commit

Permalink
Create Dependabot update task
Browse files Browse the repository at this point in the history
Dependabot keeps repo dependencies updated. For this configuration, we are just updating GitHub Actions. This can extend into Gradle if needed but this is just to keep individual Actions updated.
  • Loading branch information
garrettsummerfi3ld committed Sep 23, 2024
1 parent 76de8ac commit 295cd9a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
# Dependabot updates for GitHub Actions
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 295cd9a

Please sign in to comment.