Skip to content

Commit

Permalink
Group dependabot updates (#3185)
Browse files Browse the repository at this point in the history
  • Loading branch information
elahrvivaz authored Sep 18, 2024
1 parent ad12df2 commit 1081f29
Showing 1 changed file with 24 additions and 7 deletions.
31 changes: 24 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,37 @@ updates:
interval: "weekly"
commit-message:
prefix: "[dependabot] "
include: "scope"
groups:
actions:
update-types:
- "major"
- "minor"
- "patch"

- package-ecosystem: pip
directory: /docs
- package-ecosystem: "pip"
directory: "/docs"
schedule:
interval: weekly
interval: "weekly"
commit-message:
prefix: "[dependabot] "
groups:
docs:
update-types:
- "major"
- "minor"
- "patch"

- package-ecosystem: maven
directory: /
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: weekly
interval: "weekly"
commit-message:
prefix: "[dependabot] "
groups:
major:
update-types:
- "major"
minor:
update-types:
- "minor"
- "patch"

0 comments on commit 1081f29

Please sign in to comment.