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,