Compare commits

...

2 commits

Author SHA1 Message Date
107c873b4b
ci: merge dependency updates into develop branch
All checks were successful
Build / Checks (push) Successful in 33s
Build / Code Coverage (push) Successful in 48s
Build / Build (push) Successful in 38s
Release / Semantic Release (push) Successful in 47s
2025-03-01 13:26:56 +01:00
851ecb345a
chore: Configure Renovate (#1)
Reviewed-on: #1
2025-03-01 13:26:56 +01:00

9
renovate.json Normal file
View file

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