renovate-config/default.json
cswimr 6a4837b892
Some checks failed
Renovate / Run (push) Has been cancelled
actually fix the github-actions manager not knowing how to find coastalcommits actions
oops, definitely didn't put this in the wrong file the first time around
2025-03-27 13:36:19 -04:00

26 lines
No EOL
429 B
JSON

{
"extends": [
"config:best-practices"
],
"reviewersFromCodeOwners": true,
"lockFileMaintenance": {
"enabled": true
},
"packageRules": [
{
"matchUpdateTypes": ["digest"],
"automerge": true
},
{
"matchPackageNames": [
"/^actions\\//"
],
"matchManagers": [
"github-actions"
],
"registryUrls": [
"https://c.csw.im"
]
}
]
}