Skip to content

Commit

Permalink
Merge pull request #113 from aherrmann/renovate
Browse files Browse the repository at this point in the history
chore: extend renovate bot configuration
  • Loading branch information
aherrmann committed Nov 26, 2023
2 parents af7a00c + 8aa0776 commit 7bc9ba8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ repos:
rev: "v2.4.0"
hooks:
- id: prettier
# Check validity of the renovate bot configuration
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 37.68.1
hooks:
- id: renovate-config-validator
15 changes: 14 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"]
"extends": [
"config:recommended",
"group:recommended",
"group:monorepos",
":dependencyDashboard",
":semanticPrefixFixDepsChoreOthers",
":semanticCommits",
":rebaseStalePrs",
":automergeAll",
"replacements:all",
"workarounds:all"
],
"recreateWhen": "always",
"platformAutomerge": true
}

0 comments on commit 7bc9ba8

Please sign in to comment.