From af73ab7d1fdf669caef4653796db57997c9beea0 Mon Sep 17 00:00:00 2001 From: meskio Date: Mon, 3 Jul 2023 20:01:09 +0200 Subject: [PATCH] Add renovate config Closes: #40194 --- renovate.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..65179d1 --- /dev/null +++ b/renovate.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "constraints": { + "go": "1.17" + }, + "postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"], + "osvVulnerabilityAlerts": true +}