From 92abb6534950555d906e2e1724b66d6f18c8994b Mon Sep 17 00:00:00 2001 From: Lluis Campos Date: Mon, 19 Sep 2022 19:54:13 +0200 Subject: [PATCH] chore(stale.yml): Do not mark as stale PRs from dependabot Signed-off-by: Lluis Campos --- .github/stale.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/stale.yml b/.github/stale.yml index eb0157c..c14c3d6 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -15,3 +15,6 @@ markComment: > for your contributions. # Comment to post when closing a stale issue. Set to `false` to disable closeComment: false +# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable +exemptLabels: + - dependencies