From 99ffc1106eac343ae4aa1cd62026423b3909dfe9 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Wed, 19 May 2021 13:10:49 -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 353e0bc22f..6f2a4474e9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,10 @@ updates: directory: / schedule: interval: daily + # The actions in triage-issues.yml are updated in the Homebrew/.github repo + ignore: + - dependency-name: actions/stale + - dependency-name: dessant/lock-threads - package-ecosystem: bundler directory: /docs