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:
@@ -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"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user