Skip to content

Commit

Permalink
chore: update dependabot rules (nodejs#7087)
Browse files Browse the repository at this point in the history
chore: update dependabot
  • Loading branch information
AugustinMauroy authored Oct 8, 2024
1 parent 0b24ff7 commit 7ef584d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ updates:
patterns:
- '@typescript-eslint/*'
- 'eslint'
- 'typescript-eslint'
- 'eslint-*'
- 'stylelint'
- 'stylelint-*'
Expand All @@ -43,10 +44,9 @@ updates:
next-js:
patterns:
- 'next'
- 'turbo'
- 'next-mdx-remote'
- 'next-sitemap'
- 'next-themes'
- 'eslint-config-next'
- '@next/eslint-plugin-next'
- 'next-*'
- '@vercel/*'
mdx:
patterns:
Expand All @@ -63,8 +63,12 @@ updates:
tailwind:
patterns:
- '@savvywombat/tailwindcss-grid-areas'
- '@tailwindcss/container-queries'
- 'prettier-plugin-tailwindcss'
- 'tailwindcss'
orama:
patterns:
- '@orama/*'
ignore:
# Manually update major versions of @types/node with the version specified within .nvmrc
- dependency-name: '@types/node'
Expand Down

0 comments on commit 7ef584d

Please sign in to comment.