From f84c212f7ddccabaa765366d48e53401d6495cca Mon Sep 17 00:00:00 2001 From: Loren Gordon Date: Mon, 25 Sep 2023 15:21:39 -0700 Subject: [PATCH] Ensures singular prs for pyinstaller so mergify can run codebuild --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 716fc72b4..c4560384f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,6 +12,8 @@ updates: python: patterns: - "*" + exclude_patterns: + - "pyinstaller" - package-ecosystem: gitsubmodule directory: "/" schedule: