1
0
mirror of https://github.com/bitwarden/server synced 2025-12-24 12:13:17 +00:00

Move renovate.json to .github folder (#2367)

This commit is contained in:
Michał Chęciński
2022-10-27 13:22:05 +02:00
committed by GitHub
parent 20ddd9ae8c
commit c5fb49758a

25
.github/renovate.json vendored Normal file
View 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"
]
}
]
}