Skip to content

Commit

Permalink
Merge pull request #6 from T-Systems-MMS/renovate
Browse files Browse the repository at this point in the history
add Renovate Dependency Dashboard and automatic merge on patch updates
  • Loading branch information
rndmh3ro authored Dec 19, 2022
2 parents b902c9d + 79cff7a commit 9b96277
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 9b96277

Please sign in to comment.