mirror of
https://github.com/outbackdingo/helm-charts-new.git
synced 2026-01-27 10:19:10 +00:00
Merge pull request #482 from johanneskastl/20251107_renovate_github_action
ADD .github/workflows/renovate-config-validator.yml
This commit is contained in:
28
.github/workflows/renovate-config-validator.yml
vendored
Normal file
28
.github/workflows/renovate-config-validator.yml
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
name: renovate-config-validator
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- renovate.json
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- renovate.json
|
||||
|
||||
jobs:
|
||||
validate:
|
||||
name: renovate-config-validator
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
|
||||
with:
|
||||
persist-credentials: false
|
||||
- name: Validate
|
||||
uses: rinchsan/renovate-config-validator@a12a2b98cd4db923c33d1ce407c57afb43f3ff59 # v0.2.0
|
||||
with:
|
||||
pattern: 'renovate.json'
|
||||
Reference in New Issue
Block a user