Skip to content

Commit

Permalink
Merge pull request #42 from mraible/dependabot
Browse files Browse the repository at this point in the history
Add dependabot to keep dependencies up-to-date
  • Loading branch information
mraible authored Oct 15, 2024
2 parents 6c99797 + 7906903 commit 3d4f2dd
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 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 3d4f2dd

Please sign in to comment.