Skip to content

Commit

Permalink
Another workaround attempt to fix Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed May 22, 2024
1 parent cc4fc50 commit 606e009
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ updates:
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: ""
prefix: "Build"
prefix-development: "Build-Dev"
include: "scope"
- package-ecosystem: gradle
directory: "/devtools/gradle"
Expand All @@ -232,8 +232,8 @@ updates:
- 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: ""
prefix: "Build"
prefix-development: "Build-Dev"
include: "scope"
- package-ecosystem: "github-actions"
directory: "/"
Expand All @@ -246,6 +246,6 @@ updates:
- 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: ""
prefix: "Build"
prefix-development: "Build-Dev"
include: "scope"

0 comments on commit 606e009

Please sign in to comment.