From 560bf7c7fecc55ca87d2ade7a9f5f6e3950b05d0 Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Wed, 29 Apr 2026 18:07:18 +0200 Subject: [PATCH] configure renovate to update github actions monthly --- .github/renovate.json5 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/renovate.json5 diff --git a/.github/renovate.json5 b/.github/renovate.json5 new file mode 100644 index 000000000..ad162432e --- /dev/null +++ b/.github/renovate.json5 @@ -0,0 +1,13 @@ +{ + $schema: "https://docs.renovatebot.com/renovate-schema.json", + extends: [ + "github>rust-lang/renovate:actions", + "docker:disable", + ], + "packageRules": [ + { + "matchManagers": ["github-actions"], + "extends": ["schedule:monthly"] + } + ], +}