Skip to content

Commit

Permalink
ci: workaround for dependabot/dependabot-core#9784
Browse files Browse the repository at this point in the history
  • Loading branch information
masnagam committed May 23, 2024
1 parent f465242 commit 37ee625
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,45 @@ updates:
schedule:
interval: daily
time: '01:01' # UTC
# Workaround for bug https://github.com/dependabot/dependabot-core/issues/9784.
# Block can be removed once it's fixed.
commit-message:
prefix: "build(deps)"
prefix-development: "build(deps-dev)"
include: "scope"
- package-ecosystem: cargo
directory: /
schedule:
interval: daily
time: '03:03' # UTC
# Workaround for bug https://github.com/dependabot/dependabot-core/issues/9784.
# Block can be removed once it's fixed.
commit-message:
prefix: "build(deps)"
prefix-development: "build(deps-dev)"
include: "scope"
# release branch
- package-ecosystem: github-actions
target-branch: release
directory: /
schedule:
interval: daily
time: '05:05' # UTC
# Workaround for bug https://github.com/dependabot/dependabot-core/issues/9784.
# Block can be removed once it's fixed.
commit-message:
prefix: "build(deps)"
prefix-development: "build(deps-dev)"
include: "scope"
- package-ecosystem: cargo
target-branch: release
directory: /
schedule:
interval: daily
time: '07:07' # UTC
# Workaround for bug https://github.com/dependabot/dependabot-core/issues/9784.
# Block can be removed once it's fixed.
commit-message:
prefix: "build(deps)"
prefix-development: "build(deps-dev)"
include: "scope"

0 comments on commit 37ee625

Please sign in to comment.