Skip to content

Commit

Permalink
add Renovate Dependency Dashboard and automatic merge on patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelamattes committed Dec 19, 2022
1 parent b902c9d commit 79cff7a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"extends": [
"config:base"
"config:base",
":dependencyDashboard"
],
"packageRules": [
{
"matchUpdateTypes": ["patch"],
"automerge": true
}
]
}

0 comments on commit 79cff7a

Please sign in to comment.