feat: update dependabot config
This commit is contained in:
+11
-58
@@ -1,78 +1,31 @@
|
|||||||
# Dependabot auto-updates — asepharyana-hub-hub
|
|
||||||
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
|
|
||||||
|
|
||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
# ── npm dependencies (Next.js, shadcn, Tailwind, etc.) ──
|
|
||||||
- package-ecosystem: "npm"
|
- package-ecosystem: "npm"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
time: "07:00"
|
day: "monday"
|
||||||
timezone: "Asia/Jakarta"
|
time: "05:00"
|
||||||
|
timezone: "Asia/Makassar"
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
assignees:
|
assignees:
|
||||||
- "asepharyana"
|
- "asepharyana"
|
||||||
labels:
|
|
||||||
- "dependencies"
|
|
||||||
- "npm"
|
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: "chore"
|
prefix: "chore"
|
||||||
prefix-development: "chore"
|
prefix-development: "chore"
|
||||||
include: "scope"
|
include: "scope"
|
||||||
versioning-strategy: "increase"
|
reviewers:
|
||||||
|
- "asepharyana"
|
||||||
|
labels:
|
||||||
|
- "dependencies"
|
||||||
groups:
|
groups:
|
||||||
react:
|
production:
|
||||||
patterns:
|
dependency-type: "production"
|
||||||
- "react"
|
|
||||||
- "react-dom"
|
|
||||||
- "@types/react*"
|
|
||||||
update-types:
|
update-types:
|
||||||
- "minor"
|
- "minor"
|
||||||
- "patch"
|
- "patch"
|
||||||
nextjs:
|
development:
|
||||||
patterns:
|
dependency-type: "development"
|
||||||
- "next*"
|
|
||||||
- "@next/*"
|
|
||||||
update-types:
|
update-types:
|
||||||
- "minor"
|
- "minor"
|
||||||
- "patch"
|
- "patch"
|
||||||
tailwind:
|
|
||||||
patterns:
|
|
||||||
- "tailwindcss*"
|
|
||||||
- "@tailwindcss/*"
|
|
||||||
update-types:
|
|
||||||
- "minor"
|
|
||||||
- "patch"
|
|
||||||
shadcn:
|
|
||||||
patterns:
|
|
||||||
- "shadcn*"
|
|
||||||
- "@shadcn/*"
|
|
||||||
update-types:
|
|
||||||
- "minor"
|
|
||||||
- "patch"
|
|
||||||
typescript-eslint:
|
|
||||||
patterns:
|
|
||||||
- "@typescript-eslint/*"
|
|
||||||
- "@types/node*"
|
|
||||||
update-types:
|
|
||||||
- "minor"
|
|
||||||
- "patch"
|
|
||||||
biome:
|
|
||||||
patterns:
|
|
||||||
- "@biomejs/*"
|
|
||||||
update-types:
|
|
||||||
- "minor"
|
|
||||||
- "patch"
|
|
||||||
framer-motion:
|
|
||||||
patterns:
|
|
||||||
- "framer-motion*"
|
|
||||||
update-types:
|
|
||||||
- "minor"
|
|
||||||
- "patch"
|
|
||||||
ignore:
|
|
||||||
- dependency-name: "typescript"
|
|
||||||
update-types:
|
|
||||||
- "version-update:semver-major"
|
|
||||||
- "version-update:semver-minor"
|
|
||||||
- "version-update:semver-patch"
|
|
||||||
Reference in New Issue
Block a user