Skip to content

Commit

Permalink
chore: Automate dependency updates using renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 11, 2024
1 parent 26764cf commit 8d6910a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/renovate-config-validator.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: "Validate renovate config"
on:
push:
paths:
- renovate.json

jobs:
renovate-config-validator:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bettermarks/renovate-config/validator@main
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
save-exact=true
7 changes: 7 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>bettermarks/renovate-config:javascript",
"github>bettermarks/renovate-config:python"
]
}

0 comments on commit 8d6910a

Please sign in to comment.