Skip to content

Commit

Permalink
Move reuse dependency to requirements.txt file (#4547)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann authored Dec 16, 2024
1 parent 677e19e commit 8e1b800
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ updates:
directory: /tools/serve_header
schedule:
interval: daily

- package-ecosystem: pip
directory: /.reuse
schedule:
interval: daily
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ jobs:
with:
python-version: '3.11'
- name: Install REUSE tool
run: python -m pip install reuse==5.0.2
run: python -m pip install -r .reuse/requirements.txt
- name: Run REUSE lint
run: reuse lint

Expand Down
1 change: 1 addition & 0 deletions .reuse/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
reuse==5.0.2

0 comments on commit 8e1b800

Please sign in to comment.