chore: Configure Renovate #1

Merged
radu merged 2 commits from renovate/configure into main 2025-03-02 14:32:08 +00:00
Showing only changes of commit be76f82091 - Show all commits

View file

@ -1,3 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>renovate/renovate"
],
"ignoreTests": true
}