mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 10:54:44 +00:00
33 lines
677 B
JSON
33 lines
677 B
JSON
{
|
|
"name": "@robonen/renovate",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"license": "UNLICENSED",
|
|
"description": "Base configuration for renovate bot",
|
|
"keywords": [
|
|
"renovate",
|
|
"bot",
|
|
"configuration",
|
|
"tools"
|
|
],
|
|
"author": "Robonen Andrew <robonenandrew@gmail.com>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/robonen/tools.git",
|
|
"directory": "packages/renovate"
|
|
},
|
|
"packageManager": "pnpm@10.21.0",
|
|
"engines": {
|
|
"node": ">=24.11.0"
|
|
},
|
|
"files": [
|
|
"default.json"
|
|
],
|
|
"scripts": {
|
|
"test": "renovate-config-validator ./default.json"
|
|
},
|
|
"devDependencies": {
|
|
"renovate": "^41.173.1"
|
|
}
|
|
}
|