Skip to content

Commit d59f3c4

Browse files
committed
feat(renovate): Add validator
1 parent 3fca6c1 commit d59f3c4

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.github/workflows/renovate.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: "Renovate validation"
2+
on:
3+
workflow_dispatch:
4+
pull_request:
5+
branches:
6+
- dev
7+
- master
8+
- bugfix
9+
- release/*
10+
11+
jobs:
12+
main:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: Checkout
16+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17+
with:
18+
persist-credentials: false
19+
20+
- name: validate
21+
uses: suzuki-shunsuke/github-action-renovate-config-validator@c22827f47f4f4a5364bdba19e1fe36907ef1318e # v1.1.1
22+
with:
23+
strict: "true"

0 commit comments

Comments
 (0)