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

Update renovate.json

This commit is contained in:
Juan Picado 2023-02-18 16:10:26 +01:00
parent 8c444df1b9
commit c827e6b57a

View file

@ -9,11 +9,10 @@
"docker/setup-buildx-action", "docker/setup-buildx-action",
"docker/login-action", "docker/login-action",
"docker/build-push-action", "docker/build-push-action",
"crazy-max/ghaction-docker-meta", "crazy-max/ghaction-docker-meta"
"pnpm"
], ],
"baseBranches": ["master"], "baseBranches": ["master"],
"major": false, "major": true,
"labels": ["bot: dependencies"], "labels": ["bot: dependencies"],
"packageRules": [ "packageRules": [
{ {
@ -90,7 +89,7 @@
}, },
{ {
"matchPackagePatterns": ["pnpm", "npm", "@yarnpkg/*"], "matchPackagePatterns": ["pnpm", "npm", "@yarnpkg/*"],
"matchUpdateTypes": ["minor", "patch", "major"], "matchUpdateTypes": ["minor", "patch"],
"groupName": "all pkg-managers dependencies", "groupName": "all pkg-managers dependencies",
"groupSlug": "all-pkg-managers-dependencies", "groupSlug": "all-pkg-managers-dependencies",
"extends": [":semanticCommitTypeAll(fix)"], "extends": [":semanticCommitTypeAll(fix)"],