Skip to content

Commit

Permalink
Merge pull request #22 from andygrunwald/add-dependabot
Browse files Browse the repository at this point in the history
Add Dependabot to automatically update GitHub Actions and Go mod dependencies
  • Loading branch information
archdx authored Oct 31, 2024
2 parents 5ae2fbd + 5113c34 commit 23a939c
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 23a939c

Please sign in to comment.