From 1742d9a24fdb675c04eba4033b426c4af3dcdce8 Mon Sep 17 00:00:00 2001 From: Felipe Zorzo Date: Fri, 20 Sep 2024 13:24:37 -0300 Subject: [PATCH] chore: Configure Renovate --- .github/renovate.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 00000000..b338dcff --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,14 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended", + "group:all", + ":automergeAll", + "schedule:weekly" + ], + "ignoreDeps": [ + "org.sonarsource.sonarqube:sonar-plugin-api-impl", + "org.sonarsource.api.plugin:sonar-plugin-api", + "org.sonarsource.sonarqube:sonar-ws" + ] +}