From fadeb38eec147f26ecbd7173aafff742bf4c54ce Mon Sep 17 00:00:00 2001 From: ivan katliarchuk Date: Sun, 7 Jan 2024 20:52:12 +0000 Subject: [PATCH] chore: update renovate and release drafter Signed-off-by: ivan katliarchuk --- .github/release-drafter.yml | 3 +-- renovate/config.js | 6 +++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 7106b23d..7999a6fe 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -125,8 +125,7 @@ exclude-labels: - invalid - '[skip-changelog]' - '[skip-ci]' - - 'renovate' - - 'deps' + - 'github-action' - 'plugin' autolabeler: diff --git a/renovate/config.js b/renovate/config.js index c96e6cbd..cae2abad 100644 --- a/renovate/config.js +++ b/renovate/config.js @@ -88,7 +88,11 @@ module.exports = { "separateMinorPatch": true, "separateMultipleMajor": true, "groupName": "{{datasource}} {{depType}} {{packageFile}}", - "addLabels": ["rule::4"] + "addLabels": ["rule::4", "github-action"] + }, + { + "matchManagers": ["github-actions"], + "addLabels": ["rule::4.1", "github-action"] }, { "automerge": false,