Skip to content

Commit

Permalink
chore(deps): use shared Renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
mu88 authored Oct 9, 2024
1 parent 21e1dd4 commit 575211e
Showing 1 changed file with 1 addition and 43 deletions.
44 changes: 1 addition & 43 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,48 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"group:all",
":semanticCommitTypeAll(chore)",
"schedule:earlyMondays"
],
"packageRules": [
{
"description": "Automatically merge minor and patch-level updates",
"matchUpdateTypes": ["minor", "patch", "digest"],
"automerge": true,
"automergeType": "branch"
},
{
"description": "Wait with non-major updates of .NET SDK and runtime (global.json and Docker images) so that it is likely to be installed on all dev machines, too",
"matchUpdateTypes": ["minor", "patch", "digest"],
"matchPackageNames": [
"dotnet-sdk",
"mcr.microsoft.com/dotnet/sdk",
"mcr.microsoft.com/dotnet/aspnet",
"mcr.microsoft.com/dotnet/runtime",
"mcr.microsoft.com/dotnet/runtime-deps"
],
"minimumReleaseAge": "14 days",
"automerge": true,
"automergeType": "branch"
},
{
"description": "Major updates of .NET SDK and runtime (global.json and Docker images) will be done manually",
"matchUpdateTypes": ["major"],
"matchPackageNames": [
"dotnet-sdk",
"mcr.microsoft.com/dotnet/sdk",
"mcr.microsoft.com/dotnet/aspnet",
"mcr.microsoft.com/dotnet/runtime",
"mcr.microsoft.com/dotnet/runtime-deps",
"Microsoft.AspNetCore.*",
"Microsoft.Bcl.*",
"Microsoft.Extensions.*"
],
"enabled": false
}
],
"extends": ["github>mu88/renovate-config"],
"customManagers": [
{
"customType": "regex",
Expand Down

0 comments on commit 575211e

Please sign in to comment.