Skip to content

Commit 8e1b800

Browse files
authored
Move reuse dependency to requirements.txt file (#4547)
1 parent 677e19e commit 8e1b800

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@ updates:
1414
directory: /tools/serve_header
1515
schedule:
1616
interval: daily
17+
18+
- package-ecosystem: pip
19+
directory: /.reuse
20+
schedule:
21+
interval: daily

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ jobs:
282282
with:
283283
python-version: '3.11'
284284
- name: Install REUSE tool
285-
run: python -m pip install reuse==5.0.2
285+
run: python -m pip install -r .reuse/requirements.txt
286286
- name: Run REUSE lint
287287
run: reuse lint
288288

.reuse/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
reuse==5.0.2

0 commit comments

Comments
 (0)