mirror of
https://github.com/go-task/task.git
synced 2026-07-09 06:55:14 +00:00
ci: fix golangci-lint custom manager and enable OSV alerts in Renovate (#2901)
This commit is contained in:
7
.github/renovate.json
vendored
7
.github/renovate.json
vendored
@@ -6,14 +6,15 @@
|
|||||||
"schedule:weekly",
|
"schedule:weekly",
|
||||||
":semanticCommitTypeAll(chore)"
|
":semanticCommitTypeAll(chore)"
|
||||||
],
|
],
|
||||||
"mode": "full",
|
|
||||||
"addLabels":["area: dependencies"],
|
"addLabels":["area: dependencies"],
|
||||||
|
"osvVulnerabilityAlerts": true,
|
||||||
|
"postUpdateOptions": ["gomodTidy"],
|
||||||
"customManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"fileMatch": ["^\\.github/workflows/.*\\.ya?ml$"],
|
"managerFilePatterns": ["/^\\.github/workflows/.*\\.ya?ml$/"],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"uses:\\s*golangci/golangci-lint-action@\\S+\\s+with:\\s+version:\\s*(?<currentValue>v[\\d.]+)"
|
"uses:\\s*golangci/golangci-lint-action@\\S+(?:\\s*#[^\\n]*)?\\s+with:\\s+version:\\s*(?<currentValue>v[\\d.]+)"
|
||||||
],
|
],
|
||||||
"datasourceTemplate": "github-releases",
|
"datasourceTemplate": "github-releases",
|
||||||
"depNameTemplate": "golangci/golangci-lint"
|
"depNameTemplate": "golangci/golangci-lint"
|
||||||
|
|||||||
Reference in New Issue
Block a user