Skip to content

Commit

Permalink
ci: update dependabot groups
Browse files Browse the repository at this point in the history
  • Loading branch information
h3rmanj committed Nov 4, 2024
1 parent 9561458 commit f27492b
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ updates:
timezone: "Europe/Oslo"
commit-message:
prefix: "ci:"
groups:
dependencies:
patterns:
- "*"
update-types:
- minor
- patch

- package-ecosystem: "npm"
directory: "/react"
Expand All @@ -19,6 +26,13 @@ updates:
timezone: "Europe/Oslo"
commit-message:
prefix: "build(react):"
groups:
dependencies:
patterns:
- "*"
update-types:
- minor
- patch

- package-ecosystem: "npm"
directory: "/docusaurus"
Expand All @@ -28,6 +42,13 @@ updates:
timezone: "Europe/Oslo"
commit-message:
prefix: "build(docs):"
groups:
dependencies:
patterns:
- "*"
update-types:
- minor
- patch

- package-ecosystem: "nuget"
directory: "/dotnet/iwebapi/Company.WebApplication1"
Expand All @@ -38,6 +59,13 @@ updates:
commit-message:
# considered fix because it affects the template itself, not the template package
prefix: "fix(dotnet):"
groups:
dependencies:
patterns:
- "*"
update-types:
- minor
- patch

- package-ecosystem: "nuget"
directory: "/dotnet/iworker/Company.Worker1"
Expand All @@ -48,3 +76,10 @@ updates:
commit-message:
# considered fix because it affects the template itself, not the template package
prefix: "fix(dotnet):"
groups:
dependencies:
patterns:
- "*"
update-types:
- minor
- patch

0 comments on commit f27492b

Please sign in to comment.