From 181cfd98570a466e3ffb9aa0fcf5f550b3664bbd Mon Sep 17 00:00:00 2001 From: Jesse Kela Date: Mon, 16 Feb 2026 20:19:27 +0200 Subject: [PATCH 1/2] Allow tflint-plugin updates again --- .github/renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index e4fb377..62d23e8 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -5,7 +5,6 @@ "schedule": ["* 21-22 * * 3"], "rebaseWhen": "conflicted", "enabledManagers": ["tflint-plugin", "nuget", "dockerfile"], - "ignorePaths": ["!tests/Dockerfile"], "dockerfile": { "fileMatch": [ "^tests/Dockerfile$" @@ -18,11 +17,12 @@ }, { "matchManagers": ["nuget"], + "matchDepTypes": ["dependencies", "devDependencies"], "enabled": false }, { "matchManagers": ["dockerfile"], - "excludePackageNames": ["mcr.microsoft.com/playwright/dotnet"], + "matchPackageNames": ["!mcr.microsoft.com/playwright/dotnet"], "enabled": false }, { From 8408f20b917a483cacac3a198c8de9066e2ad161 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 18:44:10 +0000 Subject: [PATCH 2/2] Update TFLint plugin terraform-linters/tflint-ruleset-azurerm to v0.31.0 --- terraform/.tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/.tflint.hcl b/terraform/.tflint.hcl index 6058d04..4cf8040 100644 --- a/terraform/.tflint.hcl +++ b/terraform/.tflint.hcl @@ -5,6 +5,6 @@ plugin "terraform" { plugin "azurerm" { enabled = true - version = "0.30.0" + version = "0.31.0" source = "github.com/terraform-linters/tflint-ruleset-azurerm" }