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

feat(packages/renovate): add @robonen/renovate package (#12)

This commit is contained in:
2024-04-26 04:39:23 +07:00
committed by GitHub
parent 26b2392f9b
commit a5f62c16a3
5 changed files with 6492 additions and 25 deletions

View File

@@ -0,0 +1,31 @@
{
"name": "@robonen/renovate",
"version": "0.0.1",
"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@9.0.6",
"engines": {
"node": ">=20.12.2"
},
"files": [
"default.json"
],
"scripts": {
"test": "renovate-config-validator ./default.json"
},
"devDependencies": {
"renovate": "^37.323.1"
}
}