verdaccio/renovate.json

116 lines
2.7 KiB
JSON
Raw Normal View History

{
2022-06-14 21:24:46 +02:00
"extends": ["config:base", "schedule:earlyMondays", "helpers:pinGitHubActionDigests"],
2023-04-22 11:25:16 +02:00
"prConcurrentLimit": 4,
"ignorePaths": ["docker-examples/**"],
2022-08-21 14:31:43 +02:00
"ignoreDeps": [
2023-02-18 15:44:58 +01:00
"customprefix-auth",
2022-08-21 14:31:43 +02:00
"eslint-plugin-verdaccio",
"@verdaccio/test-helper",
"docker/setup-buildx-action",
"docker/login-action",
"docker/build-push-action",
2023-02-18 19:53:54 +01:00
"crazy-max/ghaction-docker-meta",
"pnpm"
2022-08-21 14:31:43 +02:00
],
"baseBranches": ["master", "5.x", "6.x"],
2023-05-11 07:41:08 +02:00
"semanticCommitType": "fix",
2023-02-18 19:54:45 +01:00
"major": false,
2021-10-22 07:14:54 +02:00
"labels": ["bot: dependencies"],
"packageRules": [
{
"packageNames": ["aws-sdk"],
"allowedVersions": "2.607.0"
},
2022-08-21 14:31:43 +02:00
{
"packageNames": ["got"],
"allowedVersions": "^11.8.5"
},
{
"packageNames": ["globby"],
"allowedVersions": "^12.2.0"
},
{
"packageNames": ["get-port"],
"allowedVersions": "^5.1.1"
},
{
"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"
},
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
},
2023-05-14 13:29:06 +02:00
{
2023-05-14 14:31:37 +02:00
"matchPackagePatterns": ["@verdaccio/*"],
2023-05-14 14:57:37 +02:00
"matchUpdateTypes": ["minor", "patch"],
2023-05-14 13:29:06 +02:00
"groupName": "core verdaccio dependencies",
"groupSlug": "all-verdaccio",
"baseBranchList": ["5.x"]
},
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
}