Skip to content

Commit

Permalink
Workaround for Dependabot commit message bug
Browse files Browse the repository at this point in the history
- Related dependabot issue: dependabot/dependabot-core#9784
  • Loading branch information
gastaldi committed May 22, 2024
1 parent a2d39ae commit 5703e21
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,10 @@ 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: ""
prefix-development: ""
include: "scope"
- package-ecosystem: gradle
directory: "/devtools/gradle"
schedule:
Expand All @@ -227,6 +231,10 @@ 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: ""
prefix-development: ""
include: "scope"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand All @@ -237,3 +245,7 @@ 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: ""
prefix-development: ""
include: "scope"

0 comments on commit 5703e21

Please sign in to comment.