1
0
mirror of https://github.com/bitwarden/mobile synced 2025-01-10 16:15:33 +01:00

Add renovate config (#2034)

This commit is contained in:
Michał Chęciński 2022-08-12 13:54:57 +02:00 committed by GitHub
parent 4fbe1b40e3
commit e04b250a73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

22
renovate.json Normal file
View File

@ -0,0 +1,22 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"schedule:monthly",
":maintainLockFilesMonthly",
":preserveSemverRanges",
":rebaseStalePrs",
":disableDependencyDashboard"
],
"enabledManagers": [
"nuget"
],
"packageRules": [
{
"matchManagers": ["nuget"],
"groupName": "Nuget updates",
"groupSlug": "nuget",
"separateMajorMinor": false
}
]
}