Skip to content

Commit

Permalink
allow dependabot to update dependency graph
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Jan 27, 2023
1 parent 1568e2f commit 9fd216d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
requirements-dev.txt
- name: Validating graph
if: steps.verify-changed-files.outputs.files_changed == 'true' && ${{ github.actor != 'dependabot[bot]' }}
if: steps.verify-changed-files.outputs.files_changed == 'true' && github.actor != 'dependabot[bot]'
run: |
echo "Dependency file(s) changed: ${{ steps.verify-changed-files.outputs.changed_files }}"
core.setFailed('Please add your new dependencies in setup.py and/or requirements-dev.in then run pip-compile to add them in requirements. (see docs/contribute/development)')
Expand Down

0 comments on commit 9fd216d

Please sign in to comment.