diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 31aee67..739865d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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 updates: - # ── npm dependencies (Next.js, shadcn, Tailwind, etc.) ── - package-ecosystem: "npm" directory: "/" schedule: interval: "daily" - time: "07:00" - timezone: "Asia/Jakarta" + day: "monday" + time: "05:00" + timezone: "Asia/Makassar" open-pull-requests-limit: 10 assignees: - "asepharyana" - labels: - - "dependencies" - - "npm" commit-message: prefix: "chore" prefix-development: "chore" include: "scope" - versioning-strategy: "increase" + reviewers: + - "asepharyana" + labels: + - "dependencies" groups: - react: - patterns: - - "react" - - "react-dom" - - "@types/react*" + production: + dependency-type: "production" update-types: - "minor" - "patch" - nextjs: - patterns: - - "next*" - - "@next/*" + development: + dependency-type: "development" update-types: - "minor" - "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" \ No newline at end of file