renovate.json aktualisiert
This commit is contained in:
+13
-5
@@ -3,13 +3,21 @@
|
|||||||
"extends": [
|
"extends": [
|
||||||
"config:recommended"
|
"config:recommended"
|
||||||
],
|
],
|
||||||
"labels": ["dependencies"],
|
|
||||||
"enabledManagers": ["github-actions"],
|
|
||||||
"rangeStrategy": "pin",
|
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchManagers": ["github-actions"],
|
"matchManagers": ["github-actions"],
|
||||||
"groupName": "Pipeline-Updates"
|
"enabled": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"customManagers": [
|
||||||
|
{
|
||||||
|
"customType": "regex",
|
||||||
|
"fileMatch": ["^\\.gitea/workflows/[^/]+\\.ya?ml$"],
|
||||||
|
"matchStrings": [
|
||||||
|
"uses:\\s*(?<depName>[a-zA-Z0-9-]+/[a-zA-Z0-9-]+)@(?<currentValue>[^\\s]+)"
|
||||||
|
],
|
||||||
|
"datasourceTemplate": "git-tags",
|
||||||
|
"lookupNameTemplate": "https://github.com/{{{depName}}}.git"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user