1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00
verdaccio/renovate.json

136 lines
3.1 KiB
JSON
Raw Normal View History

{
"extends": ["config:base", "schedule:earlyMondays","helpers:pinGitHubActionDigests"],
2022-01-23 17:10:10 +01:00
"prConcurrentLimit": 1,
"ignorePaths": ["docker-examples/**"],
"ignoreDeps": ["eslint-plugin-verdaccio", "@verdaccio/test-helper"],
2021-10-22 07:14:54 +02:00
"baseBranches": ["master", "5.x"],
2022-01-23 11:58:24 +01:00
"major": true,
2021-10-22 07:14:54 +02:00
"labels": ["bot: dependencies"],
"packageRules": [
{
"packageNames": ["aws-sdk"],
"allowedVersions": "2.607.0"
},
{
"packageNames": ["@google-cloud/datastore"],
"allowedVersions": "4.5.0"
},
{
"packageNames": ["@google-cloud/storage"],
"allowedVersions": "3.5.0"
},
{
"packageNames": ["fast-crc32c"],
"allowedVersions": "1.0.7"
2021-10-22 07:14:54 +02:00
},
{
"packageNames": ["esbuild"],
"allowedVersions": "0.14.10"
},
{
"packageNames": ["esbuild-loader"],
"allowedVersions": "2.16.0"
},
{
"packageNames": ["lowdb"],
"allowedVersions": "1.0.0"
},
{
"packageNames": ["node-fetch"],
"allowedVersions": "< 3.0.0"
},
2022-01-09 11:50:05 +01:00
{
"packageNames": ["@changesets/cli"],
"allowedVersions": "2.15.0"
},
2021-10-22 07:14:54 +02:00
{
"matchDatasources": ["docker"],
"labels": ["bot: docker-update"]
2022-01-09 11:33:43 +01:00
},
2022-01-23 12:38:23 +01:00
{
"matchDatasources": ["crazy-max/ghaction-docker-meta"],
2022-01-23 13:05:04 +01:00
"allowedVersions": "1.12.0"
2022-01-23 12:38:23 +01:00
},
{
2022-01-23 13:05:04 +01:00
"matchDatasources": ["react-router"],
"allowedVersions": "5.2.1"
2022-01-23 12:38:23 +01:00
},
{
2022-01-23 13:05:04 +01:00
"matchDatasources": ["react-router-dom"],
"allowedVersions": "5.2.1"
2022-01-23 12:38:23 +01:00
},
{
"matchDatasources": ["actions/github-script"],
"allowedVersions": "v3"
},
{
"matchDatasources": ["lint-staged"],
2022-01-23 13:05:04 +01:00
"allowedVersions": "11.2.6"
2022-01-23 12:38:23 +01:00
},
{
"matchDatasources": ["get-port"],
2022-01-23 13:06:47 +01:00
"allowedVersions": "5.1.1"
2022-01-23 12:38:23 +01:00
},
2022-01-09 11:33:43 +01:00
{
2022-01-09 14:26:36 +01:00
"matchPackagePatterns": [
2022-01-09 18:12:48 +01:00
"@types/*",
"typescript",
2022-01-09 14:26:36 +01:00
"@babel/*",
"fast-safe-stringify",
"undici",
"verdaccio*",
"webpack",
"async",
"memfs",
2022-01-09 18:00:27 +01:00
"globby",
"pnpm",
2022-01-09 14:26:36 +01:00
"esbuild",
"@emotion/*",
2022-01-09 17:49:59 +01:00
"async",
2022-01-09 14:26:36 +01:00
"@mui/*",
"express*",
"http-status",
"babel-*",
"jest",
"jest-*",
"pino",
"react*",
2022-01-09 17:49:59 +01:00
"ts-node",
2022-01-09 14:26:36 +01:00
"mini-css*",
"autocannon",
"process-warning",
"fastify",
"core-js",
"debug",
"nock",
"rimraf",
"node-fetch",
"kleur",
"fs-extra",
"self-signed",
"supertest"
],
2022-01-23 11:58:24 +01:00
"matchUpdateTypes": ["minor", "patch", "major"],
2022-01-23 13:06:47 +01:00
"groupName": "all core dependencies",
"groupSlug": "all-core-dependencies",
2022-01-09 22:14:57 +01:00
"extends": [":semanticCommitTypeAll(fix)"],
"baseBranchList": ["master"]
2022-01-09 11:50:05 +01:00
},
{
2022-01-09 14:26:36 +01:00
"matchPackagePatterns": [
"@trivago/*",
"prettier",
"eslint-*",
"eslint",
2022-01-23 13:05:04 +01:00
"stylelint",
2022-01-09 14:26:36 +01:00
"@typescript-eslint/*"
],
"matchUpdateTypes": ["minor", "patch", "major"],
2022-01-23 13:06:47 +01:00
"groupName": "all linting dependencies",
"groupSlug": "all-linting",
"baseBranchList": ["master"]
}
],
"pinVersions": false
}