Skip to content

Commit

Permalink
grouping only minor versions (#7376)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfacar authored Oct 17, 2024
1 parent 2784ec2 commit 151be89
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
- package-ecosystem: npm
directory: /
schedule:
interval: "daily"
interval: daily
ignore:
- dependency-name: "@types/*"
- dependency-name: "@sentry/node"
versions: ">= 7.114.0"
versions: [">= 7.114.0"]
open-pull-requests-limit: 5
labels:
- "dependencies"
rebase-strategy: "disabled"
- dependencies
rebase-strategy: disabled
groups:
dev-dependencies:
dev-minor-dependencies:
applies-to: version-updates
update-types: [minor, patch]
patterns:
- "*"
exclude-patterns:
- "@babel*"
- "@storybook*"
- "@sentry*"
- "@dnd-kit"
- "socket.io"
- socket.io
babel:
applies-to: version-updates
patterns:
Expand All @@ -42,4 +43,8 @@ updates:
socket.io:
applies-to: version-updates
patterns:
- "socket.io*"
- socket.io*
eslint:
applies-to: version-updates
patterns:
- socket.io*

0 comments on commit 151be89

Please sign in to comment.