From 112157ffbd911a59603180ffa08e32aa9fffc4dc Mon Sep 17 00:00:00 2001 From: Riccardo Balbo Date: Sat, 4 Apr 2026 00:06:06 +0200 Subject: [PATCH] Disable Dependabot updates for Gradle Comment out the Dependabot configuration for Gradle updates. --- .github/dependabot.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3e4a382ed4..bb11d8065d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,9 +3,9 @@ # Please see the documentation for all configuration options: # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file -version: 2 -updates: - - package-ecosystem: "gradle" # See documentation for possible values - directory: "/" # Location of package manifests - schedule: - interval: "weekly" +# version: 2 +# updates: +# - package-ecosystem: "gradle" # See documentation for possible values +# directory: "/" # Location of package manifests +# schedule: +# interval: "weekly"