Merge pull request 'chore: Configure Renovate' (#187) from renovate/configure into master
All checks were successful
build/msvc Build for the target platform: msvc
build/linux Build for the target platform: linux

Reviewed-on: https://git.sclu1034.dev///bitsquid_dt/dtmt/pulls/187
This commit is contained in:
Lucas Schwiderski 2024-08-21 13:31:35 +00:00
commit b3463ffb46
Signed by: Forgejo (git.sclu1034.dev)
GPG key ID: B1C9C29730D3D366

11
.renovaterc Normal file
View file

@ -0,0 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":combinePatchMinorReleases",
":enableVulnerabilityAlerts",
":rebaseStalePrs"
],
"prConcurrentLimit": 10,
"branchPrefix": "renovate/"
}