Skip to content

Commit

Permalink
build(dependabot): use groupe
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustinMauroy committed Mar 20, 2024
1 parent 637e49b commit dea2259
Showing 1 changed file with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,48 @@ updates:
directory: '/'
schedule:
interval: weekly
commit-message:
prefix: meta
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: '/'
versioning-strategy: increase
schedule:
interval: weekly
open-pull-requests-limit: 10
commit-message:
prefix: meta
groups:
fromat:
patterns:
- 'prettier'
- 'prettier-plugin-tailwindcss'
lint:
patterns:
- 'eslint'
- 'eslint-*'
- 'stylelint'
- 'stylelint-*'
exclude-patterns:
- 'eslint-plugin-storybook'
storybook:
patterns:
- 'storybook'
- '@storybook/*'
- 'eslint-plugin-storybook'
next-js:
patterns:
- 'next'
react:
patterns:
- 'react'
- 'react-dom'
- '@types/react'
- '@types/react-dom'
tailwind:
patterns:
- 'tailwindcss'
ignore:
# Manually update major versions of @types/node with the version specified within .nvmrc
- dependency-name: '@types/node'
update-types: ['version-update:semver-major']
open-pull-requests-limit: 10

0 comments on commit dea2259

Please sign in to comment.