diff --git a/renovate.json b/renovate.json index 599cfc5..687b1d1 100644 --- a/renovate.json +++ b/renovate.json @@ -1,9 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:best-practices" - ], - "constraints": { - "go": "1.21" - } + "local>corazawaf/renovate-config", + "schedule:weekly" + ] }