From 5abfabc32c86c5c72dbb910d18bf778ff1c390ea Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sat, 22 May 2021 12:00:46 -0400 Subject: [PATCH] dependabot: ignore updates to `actions/stale` and `dessant/lock-threads` --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 556728478..ec9380bf2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,3 +17,7 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 + # The actions in triage-issues.yml are updated in the Homebrew/.github repo + ignore: + - dependency-name: actions/stale + - dependency-name: dessant/lock-threads