From a39d8c44b3700a7ac6f41851f18882149341d79a Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Wed, 16 Apr 2025 23:40:16 -0500 Subject: [PATCH] Add renovate tags --- .github/workflows/pull-requests.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 1aeb3fa3..e4ab9559 100644 --- a/.github/workflows/pull-requests.yml +++ b/.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: |