Skip to content

Commit

Permalink
Add renovate bot (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdekker committed Jan 20, 2024
1 parent 6ddbd70 commit 5499493
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
":dependencyDashboard",
":ignoreModulesAndTests",
"group:monorepos",
"group:recommended",
"workarounds:all",
"github>whitesource/merge-confidence:beta",
":timezone(Europe/Amsterdam)",
":enableVulnerabilityAlerts",
":label(renovate)"
],
"semanticCommits": "disabled",
"platformAutomerge": true,
"packageRules": [
{
"matchPackagePatterns": ["*"],
"rangeStrategy": "widen"
},
{
"matchDepTypes": ["devDependencies", "peerDependencies", "require-dev"],
"rangeStrategy": "auto",
"automerge": true
}
]
}

0 comments on commit 5499493

Please sign in to comment.