Skip to content

Commit

Permalink
Add Dependabot to automatically update GitHub Actions and Go mod depe…
Browse files Browse the repository at this point in the history
…ndencies
  • Loading branch information
andygrunwald committed Oct 27, 2024
1 parent 5ae2fbd commit 5113c34
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "monthly"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"

0 comments on commit 5113c34

Please sign in to comment.