chore(config): migrate renovate config (#169)
All checks were successful
continuous-integration/drone/push Build is passing

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

---

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

Reviewed-on: #169
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
This commit is contained in:
2025-08-14 13:59:51 +00:00
committed by João Paulo Dubas
parent 42c922de1d
commit f55c9cddba

View File

@@ -1,6 +1,6 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
"config:base" "config:recommended"
] ]
} }