1
0
mirror of https://github.com/bitwarden/directory-connector synced 2026-01-04 09:33:26 +00:00

Remove npm minor grouping from renovate config (#576)

This commit is contained in:
Thomas Rittson
2024-09-05 06:50:41 +10:00
committed by GitHub
parent 21638f3fdc
commit 21cecc3c0a

View File

@@ -7,11 +7,6 @@
"groupName": "gh minor",
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["minor", "patch"]
},
{
"groupName": "npm minor",
"matchManagers": ["npm"],
"matchUpdateTypes": ["minor", "patch"]
}
]
}