Skip to content

fix: adjust testing endpoints for release #10

fix: adjust testing endpoints for release

fix: adjust testing endpoints for release #10

# SPDX-FileCopyrightText: © 2025 open-nudge <https://github.com/open-nudge>
# SPDX-FileContributor: szymonmaszke <github@maszke.co>
#
# SPDX-License-Identifier: Apache-2.0
---
name: "pyproject Renovate"
on:
pull_request:
branches:
- "main"
merge_group:
types:
- "checks_requested"
permissions: {} # yamllint disable-line rule:braces
concurrency:
group: >
${{ github.workflow_ref }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pyproject-renovate:
name: "pyproject Renovate"
if: |
github.event.pull_request.user.login == 'renovate[bot]'
&& github.ref == 'refs/heads/bot/dependencies-dev-pyproject'
permissions:
contents: "read"
# yamllint disable rule:line-length
uses: "open-nudge/opentemplate/.github/workflows/pyproject-reusable.yml@main" # zizmor: ignore[unpinned-uses]
# yamllint enable rule:line-length
...