Skip to content

feature: create cosmic desktop base image #1

feature: create cosmic desktop base image

feature: create cosmic desktop base image #1

Workflow file for this run

name: Renovate CI
on:
pull_request:
paths:
- ".github/renovate.json5"
- ".github/workflows/renovate.yml"
push:
branches:
- main
paths:
- ".github/renovate.json5"
- ".github/workflows/renovate.yml"
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Validate Renovate Configuration
uses: ./.github/actions/validate-renovate-config