From 5f9fcaf01621a2bb4a5d9f13a39ee827589637c5 Mon Sep 17 00:00:00 2001 From: Callum Tait <15716903+toast-gear@users.noreply.github.com> Date: Sat, 2 Oct 2021 22:48:28 +0100 Subject: [PATCH] ci: add label to renovate pull requests (#863) * ci: add label to renovate pull requests * ci: updating stale config to exempt new label --- .github/renovate.json5 | 3 ++- .github/stale.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 6f339bef..7055b6f5 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,5 +1,6 @@ { "extends": ["config:base"], + "labels": ["dependencies"], "packageRules": [ { // automatically merge an update of runner @@ -17,4 +18,4 @@ "datasourceTemplate": "github-releases" } ] -} \ No newline at end of file +} diff --git a/.github/stale.yml b/.github/stale.yml index c3a412dc..cf35b458 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -18,8 +18,9 @@ exemptLabels: - refactor - documentation - chore - - needs-investigation - bug + - dependencies + - needs-investigation # Set to true to ignore issues in a project (defaults to false) exemptProjects: false