renovate-config/renovate.json

24 lines
430 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": ["minor", "patch", "digest"],
2025-01-18 14:31:37 -05:00
"automerge": true
},
{
"matchPackageNames": [
"/^actions\\//"
],
"matchManagers": [
"github-actions"
],
"registryUrls": [
"https://c.csw.im"
]
2025-01-18 14:31:37 -05:00
}
2024-12-27 15:06:36 -05:00
]
2024-12-27 15:52:26 +00:00
}