From 2b6bb243b3f13aa16168ef7729a70cebac05a037 Mon Sep 17 00:00:00 2001 From: Lauri Tulmin Date: Wed, 2 Sep 2026 08:33:48 +0300 Subject: [PATCH] Disable oats update --- .github/renovate.json5 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index b802f8c14e..18500f7ec1 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -83,6 +83,12 @@ "matchDatasources": ["docker"], "matchPackageNames": ["dice"], "enabled": false + }, + { + // Tests fails with oats 0.10.0 + "matchPackageNames": ["aqua:grafana/oats"], + "matchUpdateTypes": ["minor"], + "enabled": false } ], "kubernetes": {