Compare commits
36
Commits
b30e6936b1
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
54e2febc32 | ||
|
|
7b00c9deb2 | ||
|
|
d3ae61b0c5 | ||
|
|
eb7b8a12fd | ||
|
|
fab67538e1 | ||
|
|
0de569cff4 | ||
|
|
8cc71693f6 | ||
|
|
ac5ca405dd | ||
|
|
a004294241 | ||
|
|
bc72796467 | ||
|
|
90267abb92 | ||
|
|
e4958575bc | ||
|
|
7f035e958b | ||
|
|
9304198987 | ||
|
|
7e44d677ac | ||
|
|
ece3895b22 | ||
|
|
b101ecb9c2 | ||
|
|
d5cd4ece01 | ||
|
|
e62a937dc7 | ||
|
|
d6d8c8e8db | ||
|
|
e5fb73f61e | ||
|
|
665de9e0fc | ||
|
|
4a6b498879 | ||
|
|
7db6cc32b6 | ||
|
|
e9900ef20c | ||
|
|
ed9fa16b57 | ||
|
|
1640230c66 | ||
|
|
29ad253a61 | ||
|
|
5c37f3f611 | ||
|
|
fbaead91a9 | ||
|
|
c891439857 | ||
|
|
f77493a04b | ||
|
|
137eecdc1d | ||
|
|
bfbfc175ca | ||
|
|
0fd992bb21 | ||
|
|
c5412fa89b |
@@ -0,0 +1,17 @@
|
||||
name: Dependabot Auto-Merge
|
||||
on: pull_request
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
auto-merge:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.actor == 'dependabot[bot]'
|
||||
steps:
|
||||
- name: Enable auto-merge for Dependabot PR
|
||||
run: gh pr merge --auto --merge "$PR_URL"
|
||||
env:
|
||||
PR_URL: ${{ github.event.pull_request.html_url }}
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
+4
-64
@@ -1,78 +1,18 @@
|
||||
# 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"
|
||||
open-pull-requests-limit: 10
|
||||
assignees:
|
||||
- "asepharyana"
|
||||
labels:
|
||||
- "dependencies"
|
||||
- "npm"
|
||||
commit-message:
|
||||
prefix: "chore"
|
||||
prefix-development: "chore"
|
||||
include: "scope"
|
||||
versioning-strategy: "increase"
|
||||
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"
|
||||
+9
-9
@@ -17,30 +17,30 @@
|
||||
"cmdk": "^1.1.1",
|
||||
"date-fns": "^4.4.0",
|
||||
"embla-carousel-react": "^8.6.0",
|
||||
"framer-motion": "^13.0.0",
|
||||
"input-otp": "^1.4.2",
|
||||
"lucide-react": "^1.30.0",
|
||||
"next": "16.3.0",
|
||||
"framer-motion": "^13.1.1",
|
||||
"input-otp": "^1.5.0",
|
||||
"lucide-react": "^1.33.0",
|
||||
"next": "16.3.2",
|
||||
"next-themes": "^0.4.6",
|
||||
"react": "19.2.8",
|
||||
"react-day-picker": "^10.0.1",
|
||||
"react-dom": "19.2.8",
|
||||
"react-resizable-panels": "^4.12.2",
|
||||
"react-resizable-panels": "^4.12.3",
|
||||
"recharts": "3.10.1",
|
||||
"shadcn": "^4.16.2",
|
||||
"sonner": "^2.0.7",
|
||||
"shadcn": "^4.19.0",
|
||||
"sonner": "^2.0.8",
|
||||
"tailwind-merge": "^3.6.0",
|
||||
"tw-animate-css": "^1.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "2.5.7",
|
||||
"@biomejs/biome": "2.5.10",
|
||||
"@tailwindcss/postcss": "^4",
|
||||
"@types/node": "^26",
|
||||
"@types/react": "^19",
|
||||
"@types/react-dom": "^19",
|
||||
"babel-plugin-react-compiler": "1.0.0",
|
||||
"tailwindcss": "^4",
|
||||
"typescript": "5.9.3"
|
||||
"typescript": "7.0.2"
|
||||
},
|
||||
"ignoreScripts": [
|
||||
"sharp",
|
||||
|
||||
Reference in New Issue
Block a user