actually fix the github-actions manager not knowing how to find coastalcommits actions
Some checks failed
Renovate / Run (push) Has been cancelled

oops, definitely didn't put this in the wrong file the first time around
This commit is contained in:
cswimr 2025-03-27 13:36:19 -04:00
parent b3fcae05b6
commit 6a4837b892
Signed by: CoastalCommits
GPG key ID: 7E73189F651A553F

View file

@ -10,6 +10,17 @@
{
"matchUpdateTypes": ["digest"],
"automerge": true
},
{
"matchPackageNames": [
"/^actions\\//"
],
"matchManagers": [
"github-actions"
],
"registryUrls": [
"https://c.csw.im"
]
}
]
}