mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-11 13:53:22 +00:00
Renovate configuration update (#311)
This commit is contained in:
23
.github/renovate.json
vendored
23
.github/renovate.json
vendored
@@ -14,9 +14,28 @@
|
|||||||
"enabledManagers": ["github-actions", "npm"],
|
"enabledManagers": ["github-actions", "npm"],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"groupName": "{{manager}}",
|
"groupName": "gh minor",
|
||||||
"matchPackagePatterns": ["*"],
|
"matchManagers": ["github-actions"],
|
||||||
"matchUpdateTypes": ["minor", "patch"]
|
"matchUpdateTypes": ["minor", "patch"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"groupName": "npm minor",
|
||||||
|
"matchManagers": ["npm"],
|
||||||
|
"matchUpdateTypes": ["minor", "patch"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"packageNames": ["typescript"],
|
||||||
|
"matchUpdateTypes": ["major", "minor"],
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"packageNames": ["typescript"],
|
||||||
|
"matchUpdateTypes": "patch"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"groupName": "jest",
|
||||||
|
"packageNames": ["@types/jest", "jest", "ts-jest", "jest-preset-angular"],
|
||||||
|
"matchUpdateTypes": "major"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user