9b7fc4d3de
Docker Build and Push / lint (push) Successful in 6s
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / build (push) Successful in 26s
Docker Build and Push / test (push) Successful in 10s
Docker Build and Push / build (pull_request) Successful in 45s
Docker Build and Push / push (push) Successful in 22s
Docker Build and Push / test (pull_request) Successful in 11s
Docker Build and Push / push (pull_request) Has been skipped
18 lines
550 B
JSON
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"
|
|
}
|
|
]
|
|
}
|