Skip to content

Commit 618ad6c

Browse files
authored
chore(fix): Update renovate.json (#46)
1 parent 84cad29 commit 618ad6c

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

renovate.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,20 @@
1818
"go"
1919
],
2020
"matchPackageNames": [
21-
"github.com/crossplane/crossplane{/,}**"
22-
]
21+
"^github\\.com/crossplane"
22+
],
23+
"groupName": "crossplane dependencies",
24+
"groupSlug": "crossplane-dependencies"
25+
2326
},
2427
{
2528
"description": "Combine fluxcd updates in a single PR",
2629
"matchDatasources": [
2730
"go"
2831
],
29-
"matchPackageNames": [
30-
"github.com/fluxcd{/,}**"
31-
]
32+
"matchPackagePatterns": ["^github\\.com/fluxcd"],
33+
"groupName": "fluxcd dependencies",
34+
"groupSlug": "fluxcd-dependencies"
3235
}
36+
]
3337
}

0 commit comments

Comments
 (0)