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 21, 2024
1 parent cf6e58a commit fd6d02b
Showing 1 changed file with 25 additions and 22 deletions.
47 changes: 25 additions & 22 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

# Every time I update this file without changing the content, I increment this counter.
# Counter: 12

version: 2
updates:
- package-ecosystem: "github-actions"
Expand All @@ -24,24 +27,24 @@ updates:
labels:
- "dependency-nuget"
open-pull-requests-limit: 50
# groups:
# coverlet:
# patterns:
# - "coverlet*"
# nunit:
# patterns:
# - "nunit"
# - "nunit*"
# testcontainers:
# patterns:
# - "testcontainers*"
# verify:
# patterns:
# - "verify*"
# xunit:
# patterns:
# - "xunit"
# - "xunit*"
groups:
coverlet:
patterns:
- "coverlet*"
nunit:
patterns:
- "nunit"
- "nunit*"
testcontainers:
patterns:
- "testcontainers*"
verify:
patterns:
- "verify*"
xunit:
patterns:
- "xunit"
- "xunit*"

- package-ecosystem: "gitsubmodule"
directory: "/"
Expand All @@ -52,10 +55,10 @@ updates:
labels:
- "dependency-gitmodule"
open-pull-requests-limit: 50
# groups:
# submodules:
# patterns:
# - "*"
groups:
submodules:
patterns:
- "*"

- package-ecosystem: "devcontainers"
directory: "/"
Expand Down

0 comments on commit fd6d02b

Please sign in to comment.