Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Mogyuchi committed Jun 25, 2024

Verified

This commit was signed with the committer’s verified signature. The key has been revoked.
1 parent 10510e1 commit 12a2d94
Showing 5 changed files with 28 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -39,6 +39,15 @@
"custom.regex"
],
"pinDigests": false
},
{
"matchPackageNames": ["@vercel/ncc"],
"postUpgradeTasks": {
"commands": [
"pnpm install --frozen-lockfile --ignore-scripts",
"pnpm run build"
]
}
}
],
"customManagers": [
6 changes: 5 additions & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
@@ -61,7 +61,11 @@ jobs:
RENOVATE_PLATFORM_COMMIT: true
FORCE_COLOR: 3 # chalk.supportsColor
LOG_LEVEL: debug
RENOVATE_PR_FOOTER: "This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate/tree/${{ env.RENOVATE_VERSION }}). - [View logs](${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }})" # override

# customize
RENOVATE_PR_FOOTER: "This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate/tree/${{ env.RENOVATE_VERSION }}). - [View logs](${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }})"
RENOVATE_ALLOWED_POST_UPGRADE_COMMANDS: '["^pnpm install --frozen-lockfile --ignore-scripts$", "^pnpm run build$"]'
RENOVATE_ONBOARDING_CONFIG_FILE_NAME: .renovaterc.json

- run: tree -L 5 -h --du -F "${cache_dir}"

1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log("hoge")
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -4,13 +4,15 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "ncc build index.js"
},
"keywords": [],
"author": "",
"license": "MIT",
"packageManager": "[email protected]+sha512.7c2ea089e1a6af306409c4fc8c4f0897bdac32b772016196c469d9428f1fe2d5a21daf8ad6512762654ac645b5d9136bb210ec9a00afa8dbc4677843ba362ecd",
"devDependencies": {
"@types/node": "20.14.8"
"@types/node": "20.14.8",
"@vercel/ncc": "^0.38.1"
}
}
9 changes: 9 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 12a2d94

Please sign in to comment.