Created
March 26, 2026 12:29
-
-
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. βοΈπ¦π οΈ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.