Splitting Renovate workflows in two.

This commit is contained in:
2025-09-05 06:00:51 -04:00
parent 07973ec581
commit 05a2fbc42d
2 changed files with 46 additions and 12 deletions
+20
View File
@@ -0,0 +1,20 @@
name: Check Renovate Updates
on:
pull_request:
branches:
- main
types: [opened, synchronize, reopened]
paths:
- 'docker-compose.yml'
jobs:
validate:
runs-on: ubuntu-latest
if: ${{ contains(toLower(github.event.pull_request.user.login), 'renovate') }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Validate docker-compose.yml
run: docker compose config