chore: Configure Renovate (#1)
All checks were successful
Build / Checks (push) Successful in 1m6s
Build / Code Coverage (push) Successful in 1m31s
Build / Build (push) Successful in 1m23s

Reviewed-on: #1
This commit is contained in:
Martin Riedl 2025-02-24 17:53:17 +00:00
parent 7422f50b74
commit 0364471ce7

9
renovate.json Normal file
View file

@ -0,0 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>martinr92/renovate//configs/base"
],
"baseBranches": [
"develop"
]
}