From ccd386e249fd7e1b779d600490b8bb46319f729d Mon Sep 17 00:00:00 2001 From: George Gastaldi Date: Wed, 22 May 2024 13:57:03 -0300 Subject: [PATCH] Revert "Another workaround attempt to fix Dependabot" This reverts commit 606e009ecb36bea488ea6fd90819ad5a06c13789. Revert "Workaround for Dependabot commit message bug" This reverts commit 5703e21f41b14370a7f571b67128f9023c4f8179. --- .github/dependabot.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 11497d5dc9d88..7ffe773060c4f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -217,10 +217,6 @@ updates: - dependency-name: org.hibernate.*:* update-types: ["version-update:semver-major", "version-update:semver-minor"] rebase-strategy: disabled - commit-message: # Workaround for bug https://github.com/dependabot/dependabot-core/issues/9784. Block can be removed once it's fixed - prefix: "Build" - prefix-development: "Build-Dev" - include: "scope" - package-ecosystem: gradle directory: "/devtools/gradle" schedule: @@ -231,10 +227,6 @@ updates: labels: - area/dependencies rebase-strategy: disabled - commit-message: # Workaround for bug https://github.com/dependabot/dependabot-core/issues/9784. Block can be removed once it's fixed - prefix: "Build" - prefix-development: "Build-Dev" - include: "scope" - package-ecosystem: "github-actions" directory: "/" schedule: @@ -245,7 +237,3 @@ updates: labels: - area/infra rebase-strategy: disabled - commit-message: # Workaround for bug https://github.com/dependabot/dependabot-core/issues/9784. Block can be removed once it's fixed - prefix: "Build" - prefix-development: "Build-Dev" - include: "scope"