Skip to content

Commit 8d77529

Browse files
authored
Improve dependency tracking in pull-requests.yml workflow with explicit depName parameters (#1686)
1 parent 8d4d48e commit 8d77529

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull-requests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020

2121
- name: Install dependencies
2222
run: |
23-
python -m pip install --upgrade pip
24-
pip install ansible==10.2.0 # renovate: datasource=pypi
25-
pip install ansible-lint==24.7.0 # renovate: datasource=pypi
23+
python -m pip install --upgrade pip
24+
pip install ansible==10.2.0 # renovate: datasource=pypi depName=ansible
25+
pip install ansible-lint==24.7.0 # renovate: datasource=pypi depName=ansible-lint
2626
2727
- name: Syntax Check
2828
run: |

0 commit comments

Comments
 (0)