Files
cipherscan/renovate.json
T
Sagent b8df3625f0
Docker Build and Push / lint (pull_request) Successful in 8s
Docker Build and Push / build (pull_request) Successful in 1m37s
Docker Build and Push / test (pull_request) Successful in 33s
Docker Build and Push / push (pull_request) Has been skipped
Docker Build and Push / lint (push) Successful in 6s
Docker Build and Push / build (push) Successful in 51s
Docker Build and Push / test (push) Successful in 17s
Docker Build and Push / push (push) Successful in 52s
chore: add renovate config with SHA-pinned action regex manager, fix gitlabci image quotes
2026-06-09 02:12:45 +00:00

18 lines
550 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"gitlabci": {
"enabled": true
},
"regexManagers": [
{
"description": "Track SHA-pinned Gitea Actions (github-actions manager on Gitea platform cannot resolve SHA refs natively)",
"fileMatch": ["^\\.gitea/workflows/.*\\.ya?ml$"],
"matchStrings": [
"uses:\\s+(?<depName>[\\w.-]+\\/[\\w.-]+(?:\\/[\\w.-]+)?)@(?<currentDigest>[a-f0-9]{40})"
],
"datasourceTemplate": "github-releases",
"versioningTemplate": "semver"
}
]
}