diff --git a/.github/renovate.json5 b/.github/renovate.json5 index d554700..90c7bf0 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -46,6 +46,11 @@ description: "Only update mise once a week", schedule: ["before 4am on Monday"], }, + { + matchPackageNames: ["renovate"], + description: "Only update renovate once a week", + schedule: ["before 4am on Monday"], + }, { matchPackageNames: ["ghcr.io/super-linter/super-linter"], matchCurrentValue: "/^slim-/",