23 lines
430 B
JSON
23 lines
430 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"local>cc/renovate-config"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["minor", "patch", "digest"],
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchPackageNames": [
|
|
"/^actions\\//"
|
|
],
|
|
"matchManagers": [
|
|
"github-actions"
|
|
],
|
|
"registryUrls": [
|
|
"https://c.csw.im"
|
|
]
|
|
}
|
|
]
|
|
}
|