From a305a962691f554cc26535158a8ad63412082ebe Mon Sep 17 00:00:00 2001 From: peterwoodworth Date: Thu, 1 Dec 2022 11:47:49 -0800 Subject: [PATCH] chore: ignore stale-issue-cleanup with dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2aba65ba13532..f21129fb06fdd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,8 @@ updates: labels: - "auto-approve" open-pull-requests-limit: 5 + ignore: + - dependency-name: "aws-actions/stale-issue-cleanup" - package-ecosystem: "pip" directory: "/packages/@aws-cdk/lambda-layer-awscli" schedule: @@ -28,6 +30,8 @@ updates: labels: - "auto-approve" open-pull-requests-limit: 5 + ignore: + - dependency-name: "aws-actions/stale-issue-cleanup" - package-ecosystem: "pip" directory: "/packages/@aws-cdk/lambda-layer-awscli" target-branch: "v1-main"