Skip to content

Commit 985dd57

Browse files
committed
renovate config validate run npx directly
1 parent c850ec8 commit 985dd57

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/renovate.json5

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
// we need to upgrade testing-env on ci quickly
3535
matchPackageNames: ["ghcr.io/runatlantis/testing-env"],
3636
groupName: "testing-env-ci-test",
37-
schedule: ["every 1 hour after 00:00 and before 23:59 every day"],
37+
schedules: ["every 1 hour after 00:00 and before 23:59 every day"],
3838
},
3939
{
4040
// use LTS node version for node docker image

.github/workflows/renovate-config.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: renovate-config-validator
1+
name: renovate-config
22

33
on:
44
push:
@@ -15,5 +15,6 @@ jobs:
1515
validate:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v3
19-
- uses: suzuki-shunsuke/[email protected]
18+
- uses: actions/[email protected]
19+
- uses: actions/setup-node@v3
20+
- run: npx --package renovate -c 'renovate-config-validator'

0 commit comments

Comments
 (0)