Skip to content

Commit

Permalink
Merge pull request #89 from Pettor/feature/renovate-config-group
Browse files Browse the repository at this point in the history
Update renovate configuration to group nuget updates
  • Loading branch information
Pettor committed Jun 27, 2023
2 parents 3109fa9 + 0e81cf6 commit 510f65d
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", ":semanticCommits"],
"platform": "github",
"labels": ["dependency", "bot"],
"schedule": ["every weekend"],
"separateMajorMinor": false,
"automerge": true,
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["major", "minor", "patch", "pin", "digest", "lockFileMaintenance", "rollback", "bump"],
"groupName": "dev dependencies",
"matchDepTypes": ["nuget"],
"groupName": "nuget package updates",
"semanticCommitType": "chore"
},
{
"matchDepTypes": ["dependencies"],
"matchUpdateTypes": ["major", "minor", "patch", "pin", "digest", "lockFileMaintenance", "rollback", "bump"],
"groupName": "dependencies",
"semanticCommitType": "fix"
}
]
}

0 comments on commit 510f65d

Please sign in to comment.