We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fca6c1 commit d59f3c4Copy full SHA for d59f3c4
1 file changed
.github/workflows/renovate.yaml
@@ -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
23
+ strict: "true"
0 commit comments