Skip to content

Commit 49bd91b

Browse files
committed
chore: Modulesync update
1 parent 8ae3f75 commit 49bd91b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

renovate.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,15 @@
2727
"registryUrlTemplate": "https://apt.voxpupuli.org?suite=ubuntu24.04&components=openvox{{openVoxRelease}}&binaryArch=amd64"
2828
}
2929
],
30-
"dependencyDashboardApproval": false,
31-
"extends": [ "config:recommended" ],
32-
"prCreation": "immediate",
30+
"extends": [ "config:recommended", ":prImmediately" ],
3331
"vulnerabilityAlerts": {
3432
"addLabels": [ "security" ],
3533
"enabled": true
36-
}
34+
},
35+
"packageRules": [
36+
{
37+
"matchPackagePatterns": [".*"],
38+
"dependencyDashboardApproval": false
39+
}
40+
]
3741
}

0 commit comments

Comments
 (0)