mirror of
https://github.com/yanhao98/renovate-example.git
synced 2025-07-13 21:30:48 +08:00
Initial commit
This commit is contained in:
17
package.json
Normal file
17
package.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"packageManager": "pnpm@9.11.0",
|
||||
"scripts": {
|
||||
"validator": "renovate-config-validator ./default.json5 --strict",
|
||||
"validator:npx": "npx --yes --package renovate -- renovate-config-validator --strict",
|
||||
"dry-run": "LOG_LEVEL=debug renovate --token= --platform=local --dry-run=full"
|
||||
},
|
||||
"devDependencies": {
|
||||
"renovate": "^38.98.0",
|
||||
"@murielmay67-1/semantic-release-example": "^1.0.0"
|
||||
},
|
||||
"renovate": {
|
||||
"extends": [
|
||||
"https://git.1-h.cc/examples/renovate-example/raw/branch/main/default.json5"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user