Merge pull request #308 from jlosito/dependabot-config
Allow dependabot to check go modules
This commit is contained in:
commit
3019b456d9
|
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "gomod"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
Loading…
Reference in New Issue