Skip to content

Commit 48ccb8a

Browse files
author
Gonzalo Diaz
committed
[BUGFIX] sonarcloud: Omitting "--only-binary :all:" can lead to the execution of setup scripts. Make sure it is safe here.
1 parent 25df52d commit 48ccb8a

2 files changed

Lines changed: 1 addition & 27 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ updates:
1313
interval: "weekly"
1414

1515
# Maintain dependencies for Python
16-
- package-ecosystem: "pip"
16+
- package-ecosystem: "pipenv"
1717
directory: "/"
1818
schedule:
1919
interval: "weekly"

requirements.txt

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)