Update and rename renovate.json to .github/renovate.json

This commit is contained in:
Jannik Reimers 2024-11-28 03:50:56 +01:00 committed by GitHub
parent 2dd0211353
commit 7ef5f34ee6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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

@ -0,0 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"commitBody": "[skip ci]",
"baseBranches": ["refactor/depUpdates"]
}