Skip to content

Commit

Permalink
feat: migrate to renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
huv1k committed Jan 11, 2024
1 parent 9a56f7e commit ec70bb0
Show file tree
Hide file tree
Showing 7 changed files with 377 additions and 337 deletions.
9 changes: 0 additions & 9 deletions .github/dependabot.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/auto-merge.yml

This file was deleted.

70 changes: 0 additions & 70 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx pretty-quick --staged
npx lint-staged

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"importOrderSeparation": true,
"importOrderSortSpecifiers": true
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx,html,json,yml,css,less,scss,md,mdx,graphql}": "prettier --write"
},
"dependencies": {
"@chakra-ui/react": "2.8.1",
"@emotion/react": "11.11.1",
Expand Down Expand Up @@ -59,9 +62,9 @@
"@types/react": "18.2.22",
"eslint": "8.49.0",
"eslint-config-next": "13.5.3",
"husky": "^8.0.0",
"husky": "8.0.0",
"lint-staged": "15.2.0",
"prettier": "3.0.3",
"pretty-quick": "3.1.3",
"prisma": "5.3.1",
"typescript": "5.2.2"
}
Expand Down
Loading

1 comment on commit ec70bb0

@vercel
Copy link

@vercel vercel bot commented on ec70bb0 Jan 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

website – ./

website-git-master-huv1k.vercel.app
website-huv1k.vercel.app
www.huvik.dev
huvik.dev

Please sign in to comment.