renovate.json aktualisiert
This commit is contained in:
+12
-4
@@ -3,13 +3,21 @@
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"labels": ["dependencies"],
|
||||
"enabledManagers": ["github-actions"],
|
||||
"rangeStrategy": "pin",
|
||||
"packageRules": [
|
||||
{
|
||||
"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