-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: move
renovate-config-validator
to GH Actions (#233)
* chore: move `renovate-config-validator` to GH Actions * chore(renovate): run lock file maintenance on Saturday
- Loading branch information
1 parent
0c6efbb
commit 7493cb8
Showing
3 changed files
with
26 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: validate-renovate-config | ||
|
||
on: | ||
pull_request: | ||
paths: [renovate.json5] | ||
push: | ||
branches: [main] | ||
|
||
jobs: | ||
validate-renovate-config: | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: "18" # renovate: datasource=node depName=node versioning=node | ||
- run: npx -p renovate renovate-config-validator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters