diff --git a/.github/renovate.json b/.github/renovate.json index 0fcf8ec..02de327 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -6,6 +6,10 @@ "labels": ["dependencies"], "ignorePaths": ["container-example/**"], "packageRules": [ + { + "groupName": "Update of files using super-linter", + "matchFileNames": ["LINT.md", "run-linters", ".github/workflows/linter.y(a)?ml" ] + }, { "matchUpdateTypes": ["minor", "patch", "pin", "digest"], "automerge": true @@ -15,6 +19,16 @@ "enabled": false } ], + "customManagers": [ + { + "customType": "regex", + "description": "Update super-linter", + "fileMatch": ["LINT.md", "run-linters"], + "depNameTemplate": "docker", + "datasourceTemplate": "docker", + "matchStrings": [".*ghcr.io/super-linter/super-linter:(?.*?)\\n"] + } + ], "rebaseWhen": "behind-base-branch", "vulnerabilityAlerts": { "labels": ["security"]