Files
sage/.github/renovate.json
renovate[bot] f6385cd4a3 Migrate config .github/renovate.json (#3227)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-12 09:01:27 -05:00

22 lines
340 B
JSON

{
"baseBranches": [
"main"
],
"commitMessageAction": "⬆️ Bump",
"commitMessageTopic": "{{depName}}",
"extends": [
"config:recommended",
"schedule:weekly"
],
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch",
"pin"
]
}
],
"timezone": "America/Detroit"
}