mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
renovate update config
This commit is contained in:
parent
ff6d6f4755
commit
59435a9f46
1 changed files with 49 additions and 5 deletions
|
@ -32,14 +32,58 @@
|
|||
"labels": ["bot: docker-update"]
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": ["*", "!prettier", "!eslint-*"],
|
||||
"matchPackagePatterns": [
|
||||
"@babel/*",
|
||||
"fast-safe-stringify",
|
||||
"undici",
|
||||
"verdaccio*",
|
||||
"webpack",
|
||||
"esbuild",
|
||||
"@emotion/*",
|
||||
"@mui/*",
|
||||
"express*",
|
||||
"http-status",
|
||||
"babel-*",
|
||||
"jest",
|
||||
"jest-*",
|
||||
"pino",
|
||||
"react*",
|
||||
"node*",
|
||||
"mini-css*",
|
||||
"autocannon",
|
||||
"process-warning",
|
||||
"fastify",
|
||||
"core-js",
|
||||
"debug",
|
||||
"nock",
|
||||
"rimraf",
|
||||
"node-fetch",
|
||||
"kleur",
|
||||
"fs-extra",
|
||||
"self-signed",
|
||||
"supertest"
|
||||
],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"groupName": "all non-major dependencies",
|
||||
"groupSlug": "all-minor-patch"
|
||||
"groupName": "all non-major core dependencies",
|
||||
"groupSlug": "all-minor-patch-core"
|
||||
},
|
||||
{
|
||||
"extends": "packages:linters",
|
||||
"groupName": "linters"
|
||||
"matchPackagePatterns": [
|
||||
"@trivago/*",
|
||||
"prettier",
|
||||
"eslint-*",
|
||||
"eslint",
|
||||
"@typescript-eslint/*"
|
||||
],
|
||||
"matchUpdateTypes": ["minor", "patch", "major"],
|
||||
"groupName": "all non-major linting dependencies",
|
||||
"groupSlug": "all-major-patch-linting"
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": ["@types/*", "typescript"],
|
||||
"matchUpdateTypes": ["minor", "patch", "major"],
|
||||
"groupName": "all non-major typescript dependencies",
|
||||
"groupSlug": "all-major-patch"
|
||||
}
|
||||
],
|
||||
"pinVersions": false
|
||||
|
|
Loading…
Reference in a new issue