2 Commits

Author SHA1 Message Date
Dave Gallant
8195317e29 Delete .github/dependabot.yml 2024-01-13 17:37:46 -05:00
renovate[bot]
8252c30dc4 Add renovate.json (#348)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-13 17:37:35 -05:00
2 changed files with 6 additions and 16 deletions

View File

@@ -1,16 +0,0 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: weekly
- package-ecosystem: "docker"
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"
]
}