Skip to content

Commit 84cad29

Browse files
authored
chore: Update renovate.json (#44)
will combine crossplane and fluxcd updates
1 parent 79b6210 commit 84cad29

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

renovate.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,24 @@
1010
],
1111
"postUpdateOptions": [
1212
"gomodTidy"
13-
]
13+
],
14+
"packageRules": [
15+
{
16+
"description": "Combine crossplane updates in a single PR",
17+
"matchDatasources": [
18+
"go"
19+
],
20+
"matchPackageNames": [
21+
"github.com/crossplane/crossplane{/,}**"
22+
]
23+
},
24+
{
25+
"description": "Combine fluxcd updates in a single PR",
26+
"matchDatasources": [
27+
"go"
28+
],
29+
"matchPackageNames": [
30+
"github.com/fluxcd{/,}**"
31+
]
32+
}
1433
}

0 commit comments

Comments
 (0)