Skip to content

Commit

Permalink
Update Dependabot settings for Go Modules
Browse files Browse the repository at this point in the history
  • Loading branch information
blgm committed Oct 11, 2019
1 parent e86c2de commit 6c7ae77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
version: 1
update_configs:
- package_manager: "go:dep"
- package_manager: "go:mod"
directory: "/"
update_schedule: "daily"
version_requirement_updates: increase_versions
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
vendor/
.idea
.coverprofile
*.coverprofile

0 comments on commit 6c7ae77

Please sign in to comment.