Skip to content

Commit

Permalink
chore: package json
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Jan 27, 2024
1 parent d188d96 commit b83e5d4
Show file tree
Hide file tree
Showing 2 changed files with 5,406 additions and 0 deletions.
23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "@hywax/renovate-config",
"version": "0.0.0",
"description": "Shareable Renovate config presets by Hywax.",
"license": "MIT",
"homepage": "https://github.com/hywax/renovate-config",
"repository": {
"type": "git",
"url": "git+https://github.com/hywax/renovate-config.git"
},
"bugs": {
"url": "https://github.com/hywax/renovate-config/issues"
},
"scripts": {
"validate": "renovate-config-validator default.json",
"test": "pnpm validate"
},
"files": ["default.json"],
"devDependencies": {
"renovate": "^37.153.2"
},
"packageManager": "pnpm@8.15.0"
}
Loading

0 comments on commit b83e5d4

Please sign in to comment.