Enable dependabot for Go and GitHub Actions dependencies (#1884)
This commit is contained in:
parent
87bed1417f
commit
e3a4ea4174
|
|
@ -0,0 +1,10 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: gomod
|
||||
directory: /
|
||||
schedule:
|
||||
interval: weekly
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
interval: weekly
|
||||
Loading…
Reference in New Issue