Skip to content

Commit a77270b

Browse files
committed
Disable dependency dashboard, reduce Renovate noise
Signed-off-by: ccremer <[email protected]>
1 parent 41a1a0d commit a77270b

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

renovate.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"extends": [
33
"config:base",
4-
":gitSignOff"
4+
":gitSignOff",
5+
":disableDependencyDashboard"
56
],
67
"labels": [
78
"dependency"
@@ -13,12 +14,22 @@
1314
{
1415
"matchPackagePatterns": [
1516
"k8s.io/utils",
16-
"sigs.k8s.io/controller-runtime/tools/setup-envtest"
17+
"sigs.k8s.io/controller-runtime/tools/setup-envtest",
18+
"github.com/minio/minio-go/v7"
1719
],
1820
"schedule": [
1921
"on the first day of the month"
2022
],
2123
"automerge": true
24+
},
25+
{
26+
"matchPackagePatterns": [
27+
"github.com/urfave/cli/v2"
28+
],
29+
"groupName": "urfave/cli/v2",
30+
"schedule": [
31+
"on the first day of the month"
32+
]
2233
}
2334
],
2435
"prBodyNotes": [

0 commit comments

Comments
 (0)