1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 10:54:44 +00:00
Files
tools/infra/renovate/package.json

33 lines
676 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.30.3",
"engines": {
"node": ">=24.13.1"
},
"files": [
"default.json"
],
"scripts": {
"test": "renovate-config-validator ./default.json"
},
"devDependencies": {
"renovate": "^43.59.2"
}
}