We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e01d2dd commit d1db874Copy full SHA for d1db874
.github/workflows/validate-renovate-config.yaml
@@ -0,0 +1,15 @@
1
+name: Validate Renovate config
2
+
3
+on:
4
+ pull_request:
5
6
+jobs:
7
+ validate:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
11
12
+ - name: Validate Renovate config
13
+ uses: suzuki-shunsuke/github-action-renovate-config-validator@c22827f47f4f4a5364bdba19e1fe36907ef1318e # v1.1.1
14
+ with:
15
+ config_file_path: renovate.json
renovate.json
@@ -0,0 +1,4 @@
+{
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+ "extends": ["github>tailor-inc/renovate-config"]
+}
0 commit comments