Skip to content

Commit

Permalink
fix(ci): make dependabot update in groups
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Jan 6, 2025
1 parent b0dea6c commit 9d6309f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,29 @@ updates:
time: "11:00"
open-pull-requests-limit: 10
versioning-strategy: increase-if-necessary
groups:
patch-deps-updates-main:
update-types:
- "patch"
minor-deps-updates-main:
update-types:
- "minor"
major-deps-updates-main:
update-types:
- "major"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
time: "11:00"
groups:
patch-deps-updates-main:
update-types:
- "patch"
minor-deps-updates-main:
update-types:
- "minor"
major-deps-updates-main:
update-types:
- "major"

0 comments on commit 9d6309f

Please sign in to comment.