diff --git a/.github/renovate.json b/.github/renovate.json index b7cfe611..a618e41e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -6,14 +6,15 @@ "schedule:weekly", ":semanticCommitTypeAll(chore)" ], - "mode": "full", "addLabels":["area: dependencies"], + "osvVulnerabilityAlerts": true, + "postUpdateOptions": ["gomodTidy"], "customManagers": [ { "customType": "regex", - "fileMatch": ["^\\.github/workflows/.*\\.ya?ml$"], + "managerFilePatterns": ["/^\\.github/workflows/.*\\.ya?ml$/"], "matchStrings": [ - "uses:\\s*golangci/golangci-lint-action@\\S+\\s+with:\\s+version:\\s*(?v[\\d.]+)" + "uses:\\s*golangci/golangci-lint-action@\\S+(?:\\s*#[^\\n]*)?\\s+with:\\s+version:\\s*(?v[\\d.]+)" ], "datasourceTemplate": "github-releases", "depNameTemplate": "golangci/golangci-lint"