diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 266dc4f..7bc2fec 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -98,4 +98,4 @@ jobs: run: | docker run --rm ${{ env.IMAGE_NAME }}:${{ steps.versions.outputs.tag }} sh -lc \ 'talosctl version --client && talhelper --version && sops --version' -... +... \ No newline at end of file diff --git a/renovate.json b/renovate.json index 84788a4..13dc15d 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,5 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "assignees": ["kernald"], "extends": [ "config:recommended" ], @@ -43,5 +42,13 @@ "extractVersionTemplate": "^v?(?.*)$", "autoReplaceStringTemplate": "ARG SOPS_VERSION={{newValue}}" } + ], + "packageRules": [ + { + "description": "Group all tool bumps into one PR", + "matchManagers": ["custom.regex"], + "groupName": "talos tools versions", + "prPriority": 0 + } ] }