From 1d6c32b5189b5827c12e65df7379427a0dce1abb Mon Sep 17 00:00:00 2001 From: esoubiran-aneo Date: Wed, 7 Jun 2023 21:39:05 +0200 Subject: [PATCH 1/2] chore: update renovate --- renovate.json | 37 +++++++++++++++++++++++++------------ 1 file changed, 25 insertions(+), 12 deletions(-) diff --git a/renovate.json b/renovate.json index 5c72f8b9..d1b80f0e 100644 --- a/renovate.json +++ b/renovate.json @@ -1,20 +1,33 @@ { "$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": "nuget packages", + "groupSlug": "nuget", + "matchDatasources": [ + "nuget" + ] }, { - - "matchPackagePatterns": ["*"], - "excludePackagePrefixes": ["ArmoniK"], - "groupName": "other dependencies" + "groupName": "docker images", + "groupSlug": "docker", + "matchDatasources": [ + "docker" + ] + }, + { + "groupName": "github actions", + "groupSlug": "github-actions", + "matchDatasources": [ + "github-tags" + ] } ] } From 5c0a49e3b651bc84c3358d3c7a55ba9db1b3baf1 Mon Sep 17 00:00:00 2001 From: esoubiran-aneo Date: Wed, 7 Jun 2023 22:41:35 +0200 Subject: [PATCH 2/2] chore: add npm datasources --- renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/renovate.json b/renovate.json index d1b80f0e..9ac48b0b 100644 --- a/renovate.json +++ b/renovate.json @@ -8,6 +8,13 @@ ], "rangeStrategy": "bump", "packageRules": [ + { + "groupName": "npm packages", + "groupSlug": "npm", + "matchDatasources": [ + "npm" + ] + }, { "groupName": "nuget packages", "groupSlug": "nuget",