Skip to content

Commit

Permalink
chore: update dependabot groups
Browse files Browse the repository at this point in the history
  • Loading branch information
LauRoxx committed Dec 23, 2024
1 parent e541f82 commit b77b851
Showing 1 changed file with 23 additions and 20 deletions.
43 changes: 23 additions & 20 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,48 +1,51 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
groups:
gh-actions:
update-types:
- "minor"
- "patch"
- "major"
- package-ecosystem: npm
directory: '/'
schedule:
interval: weekly
interval: monthly
time: '10:00'
open-pull-requests-limit: 10
groups:
dependencies:
dependency-type: "production"
update-types:
- "minor"
- "patch"
dev-dependencies:
dependency-type: "development"
update-types:
- "minor"
- "patch"
mui:
patterns:
- "@mui/*"
update-types:
- "major"
exclude-patterns:
- "@mui/x-*"
nx:
patterns:
- "nx"
- "@nx/*"
update-types:
- "major"
storybook:
patterns:
- "@storybook/*"
update-types:
- "major"
- "*storybook*"
versioning:
patterns:
- "@commitlint/*"
- "@jscutlery/semver"
- "conventional-changelog-*"
update-types:
- "major"
jest:
patterns:
- "jest"
- "*jest*"
dependencies:
dependency-type: "production"
update-types:
- "major"
- "minor"
- "patch"
dev-dependencies:
dependency-type: "development"
update-types:
- "minor"
- "patch"

0 comments on commit b77b851

Please sign in to comment.