renovate-config/default.json
cswimr bbe383157d
remove semantic commits configuration
this should be configured per repository tbh
2025-01-20 15:49:45 -05:00

12 lines
No EOL
184 B
JSON

{
"extends": [
"config:best-practices"
],
"reviewersFromCodeOwners": true,
"packageRules": [
{
"matchUpdateTypes": ["digest"],
"automerge": true
}
]
}