.github/renovate: configure renovate to supercede dependabot

This commit is contained in:
Gavin John 2024-11-23 02:11:42 -08:00
parent 45f11fea6c
commit cfda02e2d8
2 changed files with 7 additions and 6 deletions

View file

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

7
.github/renovate.json vendored Normal file
View file

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