chore(config): migrate renovate config (#27)
All checks were successful
renovate / renovate (push) Successful in 2m29s

The Renovate config in this repository needs migrating. Typically this is because one or more configuration options you are using have been renamed.

  You don't need to merge this PR right away, because Renovate will continue to migrate these fields internally each time it runs. But later some of these fields may be fully deprecated and the migrations removed. So it's a good idea to merge this migration PR soon.

🔕 **Ignore**: Close this PR and you won't be reminded about config migration again, but one day your current config may no longer be valid.

 Got questions? Does something look wrong to you? Please don't hesitate to [request help here](https://github.com/renovatebot/renovate/discussions).

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

Reviewed-on: #27
Co-authored-by: Renovate Bot <renovatebot@schulze.network>
Co-committed-by: Renovate Bot <renovatebot@schulze.network>
This commit is contained in:
2025-07-19 09:17:13 +02:00
committed by Felix Schulze
parent 37eb0007c9
commit a7da202e3a

View File

@@ -1,12 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"extends": [
"config:recommended"
],
"packageRules": [
{
"description": "Automerge Renovate package updates without status checks",
"matchPackageNames": ["renovate"],
"matchPackageNames": [
"renovate"
],
"automerge": true,
"requiredStatusChecks": null
"ignoreTests": true
}
]
}