Remove renovate, add dependabot (#183)

This commit is contained in:
John Barton 2022-06-12 15:04:14 +12:00 committed by GitHub
parent 26b87a7e2c
commit a582f0c9d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 5 deletions

10
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: /
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

View File

@ -1,5 +0,0 @@
{
"extends": [
"config:base"
]
}