Skip to content

Commit

Permalink
Ensures singular prs for pyinstaller so mergify can run codebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengordon committed Sep 25, 2023
1 parent 3952e84 commit c80783e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ updates:
python:
patterns:
- "*"
exclude_patterns:
- "pyinstaller"
- package-ecosystem: gitsubmodule
directory: "/"
schedule:
Expand Down
2 changes: 1 addition & 1 deletion requirements/build.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
boto3==1.28.53
pyinstaller==6.0.0
pyinstaller==5.13.2

0 comments on commit c80783e

Please sign in to comment.