Skip to content

Commit

Permalink
Merge pull request #25 from bettermarks/renovate/reconfigure
Browse files Browse the repository at this point in the history
chore: Automate dependency updates using renovate
  • Loading branch information
cl3m0 authored Sep 11, 2024
2 parents ace873f + 369bf07 commit 7264eb6
Show file tree
Hide file tree
Showing 3 changed files with 31 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
18 changes: 18 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>bettermarks/renovate-config:javascript",
"github>bettermarks/renovate-config:python"
],
"constraints": {
"python": "==3.11"
},
"packageRules": [
{
"description": "Automerge non-major updates",
"matchUpdateTypes": ["minor", "patch"],
"automerge": true,
"rebaseWhen": "auto"
}
]
}

0 comments on commit 7264eb6

Please sign in to comment.