Skip to content

Commit

Permalink
Revert "Another workaround attempt to fix Dependabot"
Browse files Browse the repository at this point in the history
This reverts commit 606e009.

Revert "Workaround for Dependabot commit message bug"

This reverts commit 5703e21.
  • Loading branch information
gastaldi committed May 22, 2024
1 parent adee1a6 commit ccd386e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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"

0 comments on commit ccd386e

Please sign in to comment.