Ver Fonte

Add renovate tags

Antony Messerli há 1 semana atrás
pai
commit
a39d8c44b3
1 ficheiros alterados com 4 adições e 3 exclusões
  1. 4 3
      .github/workflows/pull-requests.yml

+ 4 - 3
.github/workflows/pull-requests.yml

@@ -16,12 +16,13 @@ jobs:
 
     - uses: actions/setup-python@v5
       with:
-        python-version: '3.13'
+        python-version: '3.13' # renovate: datasource=github-tags depName=python
 
     - name: Install dependencies
       run: |
-        python -m pip install --upgrade pip
-        pip install ansible==10.2.0 ansible-lint==24.7.0
+        python -m pip install --upgrade pip  
+        pip install ansible==10.2.0 # renovate: datasource=pypi
+        pip install ansible-lint==24.7.0 # renovate: datasource=pypi
 
     - name: Syntax Check
       run: |