Skip to content

Commit

Permalink
chore(config): migrate config renovate.json (#88)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
Infra-Workleap and renovate-bot authored Sep 13, 2024
1 parent 11d66d1 commit 818c819
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"matchManagers": [
"nuget"
],
"matchPackagePatterns": [
"^Microsoft\\.Extensions\\.",
"^System\\."
],
"groupName": "Ignored NuGet dependencies",
"description": "These packages are usually set to a user-defined minimal supported version such as 6.0.0 for .NET 6, and they are overriden by consuming applications",
"enabled": false
"enabled": false,
"matchPackageNames": [
"/^Microsoft\\.Extensions\\./",
"/^System\\./"
]
}
]
}

0 comments on commit 818c819

Please sign in to comment.