Skip to content

Commit

Permalink
Merge pull request #80 from planetscale/joem/renovate-fix-json-syntax
Browse files Browse the repository at this point in the history
renovate: fix json syntax err and add validation workflow
  • Loading branch information
joemiller authored Oct 9, 2024
2 parents bb24b22 + d916117 commit d208313
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .github/workflows/validate-renovate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: validate renovate.json

on:
pull_request:

env:
LOG_LEVEL: debug

jobs:
renovate-config-validator:
runs-on: ubuntu-latest
timeout-minutes: 10

steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4

- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
with:
node-version: 20

- run: npx -p renovate renovate-config-validator renovate.json
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"ignorePaths": [
"Dockerfile"
]
],
"packageRules": [
{
"description": "Don't pin base image, we do not want its weekly updates.",
Expand Down

0 comments on commit d208313

Please sign in to comment.