From ecc4e626968aff75cb0335d9ce7ab76e400b1dcd Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sun, 28 Jan 2024 17:12:28 +0100 Subject: [PATCH] ci(renovate): revisit renovate.json Renovate has made a lot of progress in predefined configs over the past few years this patch revisits the current config and extends it with the usage of new presets. --- renovate.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 5b12b39d9..17aa60b86 100644 --- a/renovate.json +++ b/renovate.json @@ -1,11 +1,15 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base", + "config:best-practices", "docker:enableMajor", ":prHourlyLimitNone", "regexManagers:dockerfileVersions", - ":assignAndReview(sheogorath)" + "replacements:all", + ":gomod", + "security:openssf-scorecard", + ":enableVulnerabilityAlertsWithLabel(security)", + ":assignee(sheogorath)" ], "prConcurrentLimit": 20, "semanticCommits": "enabled", -- GitLab