fix(actions): add sigstore/cosign

This commit is contained in:
2026-02-04 08:09:54 +01:00
parent 0cca7658bb
commit a7e2e7b740

View File

@@ -114,6 +114,24 @@
"matchPackageNames": [
"peter-evans/dockerhub-description"
]
},
{
"addLabels": [
"renovate/automerge",
"renovate/github-action"
],
"automerge": true,
"enabled": true,
"matchDatasources":[
"github-tags"
],
"matchPackageNames": [
"sigstore/cosign"
],
"matchUpdateTypes": [
"minor",
"patch"
]
}
]
}