chore(renovate): execute once a week

Also, extend the full configuration from the [recommended preset][0].

As of 2025-07-23, this is the recommended preset:

```json
{
  "extends": [
    ":dependencyDashboard",
    ":semanticPrefixFixDepsChoreOthers",
    ":ignoreModulesAndTests",
    "group:monorepos",
    "group:recommended",
    "mergeConfidence:age-confidence-badges",
    "replacements:all",
    "workarounds:all"
  ]
}
```

[0]: https://docs.renovatebot.com/presets-config/#configrecommended
This commit is contained in:
2025-07-23 17:59:32 -03:00
parent 741e3e080f
commit 6f0849e801

View File

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