Some checks failed
Renovate / Run (push) Has been cancelled
oops, definitely didn't put this in the wrong file the first time around
26 lines
No EOL
429 B
JSON
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"
|
|
]
|
|
}
|
|
]
|
|
} |