From 841c6f8b7947b8bf78fe8d4897b953cdea0514c9 Mon Sep 17 00:00:00 2001 From: Christian Nicolai Date: Tue, 11 Mar 2025 17:08:09 +0100 Subject: [PATCH] project: less frequent trivy updates --- .github/renovate.json5 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index f5583e3..03827e5 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -20,6 +20,13 @@ matchManagers: ["bundler"], enabled: false, }, + // Only quarter update since noisy/stable tools + { + matchPackageNames: [ + "aquasecurity/trivy", + ], + schedule: ["* 0-8 1 */3 *"], + }, // Commit message formats { matchDatasources: ["docker"],