We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae3f75 commit 49bd91bCopy full SHA for 49bd91b
renovate.json
@@ -27,11 +27,15 @@
27
"registryUrlTemplate": "https://apt.voxpupuli.org?suite=ubuntu24.04&components=openvox{{openVoxRelease}}&binaryArch=amd64"
28
}
29
],
30
- "dependencyDashboardApproval": false,
31
- "extends": [ "config:recommended" ],
32
- "prCreation": "immediate",
+ "extends": [ "config:recommended", ":prImmediately" ],
33
"vulnerabilityAlerts": {
34
"addLabels": [ "security" ],
35
"enabled": true
36
- }
+ },
+ "packageRules": [
+ {
37
+ "matchPackagePatterns": [".*"],
38
+ "dependencyDashboardApproval": false
39
+ }
40
+ ]
41
0 commit comments