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:
parent
8c444df1b9
commit
c827e6b57a
1 changed files with 3 additions and 4 deletions
|
@ -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)"],
|
||||||
|
|
Loading…
Reference in a new issue