Browse Source

Add renovate config (#2034)

github-services/pull/2039/head
Michał Chęciński 3 years ago committed by GitHub
parent
commit
e04b250a73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 22
      renovate.json

22
renovate.json

@ -0,0 +1,22 @@ @@ -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
}
]
}
Loading…
Cancel
Save