Skip to content

Commit f8cd13b

Browse files
chore(config): migrate config renovate.json (#50)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 618ad6c commit f8cd13b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

renovate.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,17 @@
2222
],
2323
"groupName": "crossplane dependencies",
2424
"groupSlug": "crossplane-dependencies"
25-
2625
},
2726
{
2827
"description": "Combine fluxcd updates in a single PR",
2928
"matchDatasources": [
3029
"go"
3130
],
32-
"matchPackagePatterns": ["^github\\.com/fluxcd"],
3331
"groupName": "fluxcd dependencies",
34-
"groupSlug": "fluxcd-dependencies"
32+
"groupSlug": "fluxcd-dependencies",
33+
"matchPackageNames": [
34+
"/^github\\.com/fluxcd/"
35+
]
3536
}
3637
]
3738
}

0 commit comments

Comments
 (0)