fix the github-actions manager not knowing how to find coastalcommits actions
All checks were successful
Renovate / Run (push) Successful in 3m55s

This commit is contained in:
cswimr 2025-03-27 13:30:20 -04:00
parent c346fd06d3
commit b3fcae05b6
Signed by: CoastalCommits
GPG key ID: 7E73189F651A553F

View file

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