From f0f88a044b81305ed7664a11de0ce00f9cbed8c3 Mon Sep 17 00:00:00 2001 From: Nicolas Lamirault Date: Fri, 9 Dec 2022 09:47:54 +0100 Subject: [PATCH] Update: Renovate configuration Signed-off-by: Nicolas Lamirault --- .github/renovate.json5 | 48 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index b59cd44..d15fbab 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -47,6 +47,22 @@ "matchPackageNames": ["hashicorp/terraform"], "matchUpdateTypes": ["patch"], "labels": ["kind/renovate", "lifecycle/active", "status/review_needed", "area/terraform", "dependency/terraform", "priority/low", "size/xs"] + }, + // Labels for TFlint Plugin + { + "matchManagers": ["tflint-plugin"], + "updateTypes": ["major"], + "labels": ["kind/renovate", "lifecycle/active", "status/review_needed", "area/terraform", "dependency/terraform", "priority/high", "size/xs"] + }, + { + "matchManagers": ["tflint-plugin"], + "updateTypes": ["minor"], + "labels": ["kind/renovate", "lifecycle/active", "status/review_needed", "area/terraform", "dependency/terraform", "priority/medium", "size/xs"] + }, + { + "matchManagers": ["tflint-plugin"], + "updateTypes": ["patch"], + "labels": ["kind/renovate", "lifecycle/active", "status/review_needed", "area/terraform", "dependency/terraform", "priority/low", "size/xs"] }, // Labels for Docker { @@ -80,5 +96,37 @@ "updateTypes": ["patch"], "labels": ["kind/renovate", "lifecycle/active", "status/review_needed", "area/github", "dependency/github", "priority/low", "size/xs"] }, + // Labels for Github Tags + { + "datasources": ["github-tags"], + "updateTypes": ["major"], + "labels": ["kind/renovate", "lifecycle/active", "status/review_needed", "priority/high", "size/xs"] + }, + { + "datasources": ["github-tags"], + "updateTypes": ["minor"], + "labels": ["kind/renovate", "lifecycle/active", "status/review_needed", "priority/medium", "size/xs"] + }, + { + "datasources": ["github-tags"], + "updateTypes": ["patch"], + "labels": ["kind/renovate", "lifecycle/active", "status/review_needed", "priority/low", "size/xs"] + }, + // Labels for PreCommit + { + "matchPaths": [".pre-commit-config.yaml"], + "matchUpdateTypes": ["major"], + "labels": ["kind/renovate", "lifecycle/active", "status/review_needed", "dependency/github", "priority/high", "size/xs"] + }, + { + "matchPaths": [".pre-commit-config.yaml"], + "matchUpdateTypes": ["minor"], + "labels": ["kind/renovate", "lifecycle/active", "status/review_needed", "dependency/github", "priority/medium", "size/xs"] + }, + { + "matchPaths": [".pre-commit-config.yaml"], + "matchUpdateTypes": ["patch"], + "labels": ["kind/renovate", "lifecycle/active", "status/review_needed", "dependency/github", "priority/low", "size/xs"] + }, ] }