0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/renovate.json

174 lines
4.4 KiB
JSON
Raw Permalink Normal View History

{
2023-11-29 15:28:01 -05:00
"extends": ["config:base", "helpers:pinGitHubActionDigests"],
2023-11-29 15:25:33 -05:00
"prConcurrentLimit": 8,
"ignorePaths": ["docker-examples/**"],
2024-01-27 07:09:35 -05:00
"schedule": ["before 3:00am on the 3 day of the month"],
2022-08-21 07:31:43 -05:00
"ignoreDeps": [
2023-02-18 09:44:58 -05:00
"customprefix-auth",
2022-08-21 07:31:43 -05:00
"eslint-plugin-verdaccio",
"@verdaccio/test-helper",
"docker/setup-buildx-action",
"docker/login-action",
"docker/build-push-action",
2023-02-18 13:53:54 -05:00
"crazy-max/ghaction-docker-meta",
"pnpm",
"yarn",
"npm",
"@yarnpkg/cli-dist"
2022-08-21 07:31:43 -05:00
],
2024-09-15 04:58:43 -05:00
"baseBranches": ["master", "6.x", "7.x"],
2023-05-11 00:41:08 -05:00
"semanticCommitType": "fix",
2023-02-18 13:54:45 -05:00
"major": false,
2021-10-22 00:14:54 -05:00
"labels": ["bot: dependencies"],
"packageRules": [
2024-01-29 15:29:43 -05:00
{
2024-05-14 00:33:58 -05:00
"packageNames": ["actions/*", "github/codeql-action/*"],
2024-01-29 15:30:52 -05:00
"groupName": "all actions",
"groupSlug": "github-actions",
2024-01-29 15:29:43 -05:00
"schedule": ["every 4 month"]
},
{
"packageNames": ["aws-sdk"],
"allowedVersions": "2.607.0"
},
2023-12-31 10:35:40 -05:00
{
"packageNames": ["@verdaccio/local-storage"],
"allowedVersions": "^10.3.4",
2024-09-12 16:20:35 -05:00
"matchBaseBranches": ["7.x"]
2023-12-31 10:35:40 -05:00
},
2023-12-31 10:22:46 -05:00
{
"packageNames": ["@emotion/*"],
2023-12-31 10:35:40 -05:00
"matchFileNames": ["./package.json", "./packages/**/package.json"],
2023-12-31 10:22:46 -05:00
"matchBaseBranches": ["master"]
},
2022-08-21 07:31:43 -05: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 00:14:54 -05: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 00:14:54 -05:00
{
"matchDatasources": ["docker"],
"labels": ["bot: docker-update"]
2022-01-09 05:33:43 -05:00
},
2022-01-23 06:38:23 -05:00
{
"matchDatasources": ["crazy-max/ghaction-docker-meta"],
2022-01-23 07:05:04 -05:00
"allowedVersions": "1.12.0"
2022-01-23 06:38:23 -05:00
},
{
2022-01-23 07:05:04 -05:00
"matchDatasources": ["react-router"],
"allowedVersions": "5.2.1"
2022-01-23 06:38:23 -05:00
},
{
2022-01-23 07:05:04 -05:00
"matchDatasources": ["react-router-dom"],
"allowedVersions": "5.2.1"
2022-01-23 06:38:23 -05:00
},
{
"matchDatasources": ["actions/github-script"],
"allowedVersions": "v3"
},
{
"matchDatasources": ["lint-staged"],
2022-01-23 07:05:04 -05:00
"allowedVersions": "11.2.6"
2022-01-23 06:38:23 -05:00
},
{
"matchDatasources": ["get-port"],
2022-01-23 07:06:47 -05:00
"allowedVersions": "5.1.1"
2022-01-23 06:38:23 -05:00
},
2023-05-14 06:29:06 -05:00
{
2023-12-31 10:40:49 -05:00
"matchPackagePatterns": [
"@verdaccio/*",
"verdaccio-audit",
"verdaccio-htpasswd",
"verdaccio-auth-memory",
"verdaccio-memory"
],
2024-09-12 13:31:11 -05:00
"matchUpdateTypes": ["minor", "patch", "major"],
2023-05-14 06:29:06 -05:00
"groupName": "core verdaccio dependencies",
"groupSlug": "all-verdaccio",
2024-09-15 04:58:43 -05:00
"baseBranchList": ["6.x", "7.x"]
2023-05-14 06:29:06 -05:00
},
2022-01-09 05:50:05 -05:00
{
2022-01-09 08:26:36 -05:00
"matchPackagePatterns": [
"@trivago/*",
"prettier",
"eslint-*",
"eslint",
2022-01-23 07:05:04 -05:00
"stylelint",
2022-01-09 08:26:36 -05:00
"@typescript-eslint/*"
],
"matchUpdateTypes": ["minor", "patch", "major"],
2022-01-23 07:06:47 -05:00
"groupName": "all linting dependencies",
"groupSlug": "all-linting",
2024-09-15 04:58:43 -05:00
"baseBranchList": ["master", "6.x", "7.x"]
2024-01-15 01:21:06 -05:00
},
2024-01-20 08:03:04 -05:00
{
"matchPackagePatterns": [
"webpack",
"css-loader",
"eslint-loader",
"file-loader",
"sass-loader",
"url-loader",
"styles-loader",
"source-map-loader",
"babel-loader",
"webpack-*"
],
"matchUpdateTypes": ["minor", "patch", "major"],
"groupName": "all build dependencies",
"groupSlug": "all-build",
"baseBranchList": ["master"]
},
2024-01-15 01:25:55 -05:00
{
"matchPackagePatterns": ["@testing-library/*", "vitest", "supertest", "nock"],
2024-01-15 01:25:55 -05:00
"matchUpdateTypes": ["minor", "patch", "major"],
"groupName": "all test dependencies",
"groupSlug": "all-test",
2024-09-15 04:58:43 -05:00
"baseBranchList": ["master", "6.x", "7.x"]
2024-01-15 01:25:55 -05:00
},
2024-01-15 01:21:06 -05:00
{
2024-01-17 19:12:50 -05:00
"matchPackagePatterns": ["@type/*", "typescript"],
2024-01-15 01:21:06 -05:00
"matchUpdateTypes": ["minor", "patch", "major"],
"groupName": "typescript dependencies",
"groupSlug": "all-types",
2024-09-15 04:58:43 -05:00
"baseBranchList": ["master", "6.x", "7.x"]
}
],
"pinVersions": false
}