diff --git a/renovate.json b/renovate.json index 5c72f8b9..9ac48b0b 100644 --- a/renovate.json +++ b/renovate.json @@ -1,20 +1,40 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:base", - "group:allNonMajor", - ":semanticCommits" - ], - "packageRules": - [ + "extends": [ + "config:base", + "group:allNonMajor", + ":semanticCommitTypeAll(chore)", + "helpers:pinGitHubActionDigests" + ], + "rangeStrategy": "bump", + "packageRules": [ { - "matchPackagePrefixes": ["ArmoniK"], - "groupName": "release packages Armonik" + "groupName": "npm packages", + "groupSlug": "npm", + "matchDatasources": [ + "npm" + ] }, { - - "matchPackagePatterns": ["*"], - "excludePackagePrefixes": ["ArmoniK"], - "groupName": "other dependencies" + "groupName": "nuget packages", + "groupSlug": "nuget", + "matchDatasources": [ + "nuget" + ] + }, + { + "groupName": "docker images", + "groupSlug": "docker", + "matchDatasources": [ + "docker" + ] + }, + { + "groupName": "github actions", + "groupSlug": "github-actions", + "matchDatasources": [ + "github-tags" + ] } ] }