Merge pull request 'chore(config): migrate Renovate config' (#7) from renovate/migrate-config into master
Docker Build and Push / lint (push) Successful in 8s
Docker Build and Push / build (push) Successful in 28s
Docker Build and Push / test (push) Successful in 9s
Docker Build and Push / push (push) Successful in 14s

Reviewed-on: #7
This commit was merged in pull request #7.
This commit is contained in:
2026-06-11 08:40:56 -04:00
+4 -5
View File
@@ -3,13 +3,12 @@
"gitlabci": {
"enabled": true
},
"regexManagers": [
"customManagers": [
{
"customType": "regex",
"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})"
],
"managerFilePatterns": ["/^\\.gitea/workflows/.*\\.ya?ml$/"],
"matchStrings": ["uses:\\s+(?<depName>[\\w.-]+\\/[\\w.-]+(?:\\/[\\w.-]+)?)@(?<currentDigest>[a-f0-9]{40})"],
"datasourceTemplate": "github-releases",
"versioningTemplate": "semver"
}