Skip to content

Commit

Permalink
Merge pull request #208 from mwmahlberg/master
Browse files Browse the repository at this point in the history
Add Dependabot for version upgrades
  • Loading branch information
jwilder authored Aug 7, 2024
2 parents 79962f9 + e7701ae commit 9b0f846
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: gomod
directory: /
schedule:
interval: "weekly"
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ require (
gopkg.in/fsnotify.v1 v1.4.7 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
)

replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.16

0 comments on commit 9b0f846

Please sign in to comment.