From ce8dfff52c067fc334511c9773759eca8bff8b61 Mon Sep 17 00:00:00 2001 From: Rodolfo Olivieri Date: Tue, 7 May 2024 09:38:41 -0300 Subject: [PATCH 34/34] Add renovate to track github-actions deps The renovate bot will track and automatically update the github actions dependencies in the project. --- .github/renovate.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 00000000..f55d8081 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,8 @@ +{ + "extends": [ + "config:base" + ], + "enabledManagers": [ + "github-actions" + ] +} \ No newline at end of file -- 2.42.0