From 6677cb444b8af86877ac5016e525f730d8a09afd Mon Sep 17 00:00:00 2001 From: BakerNet Date: Tue, 19 May 2026 14:47:37 -0700 Subject: [PATCH 1/2] Go mod tidy --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 7190a60..2dc316b 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,4 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json" + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "postUpdateOptions": ["gomodTidy"] } From a12eccede5d8bd3fdb3f3242ed329623a1a7dd94 Mon Sep 17 00:00:00 2001 From: BakerNet Date: Tue, 19 May 2026 14:50:47 -0700 Subject: [PATCH 2/2] More sane options for renovate --- renovate.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/renovate.json b/renovate.json index 2dc316b..f2c61e7 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,12 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "minimumReleaseAge": "7 days", + "dependencyDashboard": true, + "vulnerabilityAlerts": { + "enabled": true, + "labels": ["security"], + "minimumReleaseAge": null, + "prCreation": "immediate" + }, "postUpdateOptions": ["gomodTidy"] }