Skip to content

Commit

Permalink
Dependabot group for patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
albrektsson authored Nov 3, 2023
1 parent 63c6fb4 commit 6ba7163
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,26 @@ updates:
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 20
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
open-pull-requests-limit: 30
registries:
- npm-github
groups:
react:
patch:
patterns:
- "*"
update-types:
- "patch"
exclude-patterns:
- "@storybook/*"
- "@typescript-eslint*"
- "react"
- "react-dom"
- "@types/react"
babel:
react:
patterns:
- "@babel*"
- "react"
- "react-dom"
- "@types/react"
typescript-eslint:
patterns:
- "@typescript-eslint*"
Expand All @@ -34,7 +39,12 @@ updates:
- "@storybook/storybook-deployer"
- "@storybook/testing-react"
- "@storybook/testing-library"

- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
groups:
github:
patterns:
- "*"

0 comments on commit 6ba7163

Please sign in to comment.