Chore: Move renovate config under .github

This commit is contained in:
2023-04-24 23:10:39 +03:00
parent f84d70ea61
commit fb48a86b27

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"
]
}