mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 02:44:45 +00:00
refactor: change separate tools by category
This commit is contained in:
32
infra/renovate/package.json
Normal file
32
infra/renovate/package.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"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.11.0",
|
||||
"engines": {
|
||||
"node": ">=22.15.1"
|
||||
},
|
||||
"files": [
|
||||
"default.json"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "renovate-config-validator ./default.json"
|
||||
},
|
||||
"devDependencies": {
|
||||
"renovate": "^40.14.6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user