2 Commits

Author SHA1 Message Date
Dave Gallant
710b69750f Delete .github/dependabot.yml 2024-01-13 17:38:38 -05:00
renovate[bot]
039793cbd6 Add renovate.json (#115)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-13 17:38:26 -05:00
2 changed files with 6 additions and 11 deletions

View File

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

6
renovate.json Normal file
View File

@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}