mirror of
https://github.com/bitwarden/directory-connector
synced 2026-01-03 09:03:14 +00:00
18 lines
446 B
JSON
18 lines
446 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": "npm minor",
|
|
"matchManagers": ["npm"],
|
|
"matchUpdateTypes": ["minor", "patch"]
|
|
}
|
|
]
|
|
}
|