Skip to content

Commit

Permalink
feat(dependabot): add groups
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Sep 21, 2024
1 parent 962261d commit 6f5a481
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,31 @@ updates:
interval: "daily"
time: "08:30"
open-pull-requests-limit: 10
groups:
docker:
applies-to: version-updates
patterns:
- "docker/*"
github:
applies-to: version-updates
patterns:
- "actions/*"
- "github/*"
lizardbyte:
applies-to: version-updates
patterns:
- "LizardByte/*"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
time: "09:00"
open-pull-requests-limit: 10
groups:
dev-dependencies:
applies-to: version-updates
dependency-type: "development"

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

0 comments on commit 6f5a481

Please sign in to comment.