Merge pull request 'chore(config): migrate Renovate config' (#7) from renovate/migrate-config into master
Reviewed-on: #7
This commit is contained in:
+4
-5
@@ -3,13 +3,12 @@
|
|||||||
"gitlabci": {
|
"gitlabci": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
"regexManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
|
"customType": "regex",
|
||||||
"description": "Track SHA-pinned Gitea Actions (github-actions manager on Gitea platform cannot resolve SHA refs natively)",
|
"description": "Track SHA-pinned Gitea Actions (github-actions manager on Gitea platform cannot resolve SHA refs natively)",
|
||||||
"fileMatch": ["^\\.gitea/workflows/.*\\.ya?ml$"],
|
"managerFilePatterns": ["/^\\.gitea/workflows/.*\\.ya?ml$/"],
|
||||||
"matchStrings": [
|
"matchStrings": ["uses:\\s+(?<depName>[\\w.-]+\\/[\\w.-]+(?:\\/[\\w.-]+)?)@(?<currentDigest>[a-f0-9]{40})"],
|
||||||
"uses:\\s+(?<depName>[\\w.-]+\\/[\\w.-]+(?:\\/[\\w.-]+)?)@(?<currentDigest>[a-f0-9]{40})"
|
|
||||||
],
|
|
||||||
"datasourceTemplate": "github-releases",
|
"datasourceTemplate": "github-releases",
|
||||||
"versioningTemplate": "semver"
|
"versioningTemplate": "semver"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user