mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 05:28:15 -05:00
Add renovate config (#2182)
* Add renovate config * Update renovate.json * Remove unnecassary config * Update renovate.json * Match only minor and patch updates * Disable major updates
This commit is contained in:
parent
c11a179332
commit
c45bbee4a3
25
renovate.json
Normal file
25
renovate.json
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"config:base",
|
||||||
|
"schedule:monthly",
|
||||||
|
":maintainLockFilesMonthly",
|
||||||
|
":preserveSemverRanges",
|
||||||
|
":rebaseStalePrs",
|
||||||
|
":disableMajorUpdates"
|
||||||
|
],
|
||||||
|
"enabledManagers": [
|
||||||
|
"nuget"
|
||||||
|
],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchManagers": ["nuget"],
|
||||||
|
"groupName": "Nuget updates",
|
||||||
|
"groupSlug": "nuget",
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"minor",
|
||||||
|
"patch"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user