Skip to content

Commit

Permalink
chore(template): sync with dailydevops/dotnet-template [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion committed May 22, 2024
1 parent 279ed28 commit 193e0be
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ updates:
interval: "daily"
commit-message:
prefix: "build(ci)"
prefix-development: "build(ci)"
include: scope
labels:
- "dependency-actions"
open-pull-requests-limit: 50
Expand All @@ -24,6 +26,9 @@ updates:
interval: "daily"
commit-message:
prefix: "build(deps)"
# Workaround for bug https://github.com/dependabot/dependabot-core/issues/9784. Block can be removed once it's fixed
prefix-development: "build(deps)"
include: scope
labels:
- "dependency-nuget"
open-pull-requests-limit: 50
Expand Down Expand Up @@ -52,6 +57,9 @@ updates:
interval: "daily"
commit-message:
prefix: "build(mods)"
# Workaround for bug https://github.com/dependabot/dependabot-core/issues/9784. Block can be removed once it's fixed
prefix-development: "build(mods)"
include: scope
labels:
- "dependency-gitmodule"
open-pull-requests-limit: 50
Expand All @@ -66,6 +74,9 @@ updates:
interval: "daily"
commit-message:
prefix: "build(dev)"
# Workaround for bug https://github.com/dependabot/dependabot-core/issues/9784. Block can be removed once it's fixed
prefix-development: "build(dev)"
include: scope
labels:
- "dependency-devcontainers"
open-pull-requests-limit: 50

0 comments on commit 193e0be

Please sign in to comment.