renovate-config/renovate.json

13 lines
219 B
JSON
Raw Normal View History

2024-12-27 15:52:26 +00:00
{
2024-12-27 15:06:36 -05:00
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
2024-12-27 22:52:55 -05:00
"local>cc/renovate-config"
2025-01-18 14:31:37 -05:00
],
"packageRules": [
{
"matchUpdateTypes": ["digest"],
"automerge": true
}
2024-12-27 15:06:36 -05:00
]
2024-12-27 15:52:26 +00:00
}