We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d4d48e commit 8d77529Copy full SHA for 8d77529
.github/workflows/pull-requests.yml
@@ -20,9 +20,9 @@ jobs:
20
21
- name: Install dependencies
22
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
+ python -m pip install --upgrade pip
+ pip install ansible==10.2.0 # renovate: datasource=pypi depName=ansible
+ pip install ansible-lint==24.7.0 # renovate: datasource=pypi depName=ansible-lint
26
27
- name: Syntax Check
28
0 commit comments