Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 39ef6da

Browse files
authored
Merge pull request #11 from T-Systems-MMS/renovate
add Renovate Dependency Dashboard and automatic merge on patch updates
2 parents 9ba3e16 + 37078fa commit 39ef6da

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

renovate.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"extends": [
3-
"config:base"
3+
"config:base",
4+
":dependencyDashboard"
5+
],
6+
"packageRules": [
7+
{
8+
"matchUpdateTypes": ["patch"],
9+
"automerge": true
10+
}
411
]
512
}

0 commit comments

Comments
 (0)