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:
31
packages/renovate/package.json
Normal file
31
packages/renovate/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user