Skip to content

Commit

Permalink
configure renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
joemiller committed Nov 8, 2024
1 parent 6864031 commit a34c911
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
with:
node-version: 20

- run: npx -p renovate renovate-config-validator renovate.json5
16 changes: 16 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>planetscale/renovate-config",
"github>planetscale/renovate-config:weeklyBatchMinorPatchDigest"
],
"packageRules": [
{
"description": "Don't pin static image, we do not want its weekly updates.",
"matchPackageNames": [
"pscale.dev/wolfi-prod/static"
],
"pinDigests": false
}
]
}

0 comments on commit a34c911

Please sign in to comment.