Skip to content

Commit

Permalink
ci(dependabot): replace gomod dependabot config with the GitHub actio…
Browse files Browse the repository at this point in the history
…n config that was intended
  • Loading branch information
JakeTRogers committed Mar 16, 2024
1 parent 9a03aac commit a8aa224
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
version: 2
updates:
- package-ecosystem: "gomod"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
labels:
- "golang"
commit-message:
prefix: "fix(deps)"
prefix: "ci(actions)"

0 comments on commit a8aa224

Please sign in to comment.