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 618ad6c commit 546903cCopy full SHA for 546903c
renovate.json
@@ -22,16 +22,17 @@
22
],
23
"groupName": "crossplane dependencies",
24
"groupSlug": "crossplane-dependencies"
25
-
26
},
27
{
28
"description": "Combine fluxcd updates in a single PR",
29
"matchDatasources": [
30
"go"
31
32
- "matchPackagePatterns": ["^github\\.com/fluxcd"],
33
"groupName": "fluxcd dependencies",
34
- "groupSlug": "fluxcd-dependencies"
+ "groupSlug": "fluxcd-dependencies",
+ "matchPackageNames": [
+ "/^github\\.com/fluxcd/"
35
+ ]
36
}
37
]
38
0 commit comments