Skip to content

Instantly share code, notes, and snippets.

@guibranco
Created March 26, 2026 12:29
Show Gist options
  • Select an option

  • Save guibranco/f03aeae6a7d653f933861e7487866428 to your computer and use it in GitHub Desktop.

Select an option

Save guibranco/f03aeae6a7d653f933861e7487866428 to your computer and use it in GitHub Desktop.
Reusable Dependabot config template for modern React + Vite projects. Groups related dependencies (React ecosystem, Vite, ESLint, TypeScript, Tailwind, i18n) and GitHub Actions updates to keep PRs organized and manageable. Designed for weekly automated dependency maintenance with reviewer assignment. βš›οΈπŸ“¦πŸ› οΈ
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 50
assignees:
- "guibranco"
reviewers:
- "guibranco"
labels:
- "npm"
- "dependencies"
groups:
vite:
patterns:
- "vite"
- "@vitejs/*"
react:
patterns:
- "react"
- "react-dom"
- "react-router-dom"
- "@floating-ui/react"
- "@tanstack/react-query"
- "lucide-react"
eslint:
patterns:
- "eslint"
- "@eslint/*"
- "eslint-plugin-*"
- "typescript-eslint"
- "globals"
typescript:
patterns:
- "typescript"
- "@types/*"
i18n:
patterns:
- "i18next"
- "i18next-*"
- "react-i18next"
tailwind:
patterns:
- "tailwindcss"
- "autoprefixer"
- "postcss"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 50
assignees:
- "guibranco"
reviewers:
- "guibranco"
labels:
- "github-actions"
- "dependencies"
@guibranco
Copy link
Copy Markdown
Author

Dependabot configuration template for React + Vite projects with grouped updates (React, Vite, TypeScript, ESLint, Tailwind, i18n) and GitHub Actions support. Includes weekly update scheduling, dependency grouping strategy to reduce PR noise, and automatic assignment/review settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment