mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-16 00:04:34 +00:00
* [deps]: Update googleapis to v144 * [deps]: Update google-auth-library to v9 * Group Google libraries in Renovate configuration * Reinstall google libraries to fix missing gaxios package --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Rui Tome <rtome@bitwarden.com>
19 lines
515 B
JSON
19 lines
515 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["github>bitwarden/renovate-config"],
|
|
"enabledManagers": ["github-actions", "npm"],
|
|
"packageRules": [
|
|
{
|
|
"groupName": "gh minor",
|
|
"matchManagers": ["github-actions"],
|
|
"matchUpdateTypes": ["minor", "patch"]
|
|
},
|
|
{
|
|
"groupName": "Google Libraries",
|
|
"matchPackagePatterns": ["google-auth-library", "googleapis"],
|
|
"matchManagers": ["npm"],
|
|
"groupSlug": "google-libraries"
|
|
}
|
|
]
|
|
}
|