renovate-config/renovate.json
cswimr b3fcae05b6
All checks were successful
Renovate / Run (push) Successful in 3m55s
fix the github-actions manager not knowing how to find coastalcommits actions
2025-03-27 13:30:20 -04:00

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"
]
}
]
}