Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Hrdtr/guantr
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrdtr committed Aug 3, 2024
2 parents cb07790 + ec7d139 commit dc4c425
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
cache: "pnpm"
- run: pnpm install
- run: pnpm lint:fix
- uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc
- uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c
with:
commit-message: "chore: apply automated updates"
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
node-version: 20
cache: pnpm # pnpm / yarn
- name: Setup Pages
uses: actions/configure-pages@v4
uses: actions/configure-pages@v5
- name: Install dependencies
run: pnpm i --frozen-lockfile # npm ci / yarn install / bun install
- name: Build with VitePress
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"vitepress": "^1.3.1",
"vitest": "^2.0.5"
},
"packageManager": "pnpm@9.2.0",
"packageManager": "pnpm@9.6.0",
"lint-staged": {
"**/*.{ts,js,mjs,vue,html,json,yml}": [
"pnpm lint:fix"
Expand Down
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}

0 comments on commit dc4c425

Please sign in to comment.