chore: move renovate config to .github

This commit is contained in:
2024-02-25 03:47:03 +02:00
parent c734d56d98
commit 2cd9ecdd05

6
.github/renovate.json vendored Normal file
View File

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