Skip to content

Commit 22234b4

Browse files
authored
deps: schedule hypothesis monthly (#281)
releases are very frequent, causing noise
1 parent 3754292 commit 22234b4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

renovate.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,20 @@
5252
"enabled": false
5353
},
5454
{
55+
"description": "Group Dask packages.",
5556
"matchPackageNames": ["dask", "dask-core"],
5657
"groupName": "dask"
5758
},
5859
{
60+
"description": "Group JAX packages.",
5961
"matchPackageNames": ["jax", "jaxlib"],
6062
"groupName": "jax"
63+
},
64+
{
65+
"description": "Schedule hypothesis monthly as releases are frequent.",
66+
"matchManagers": ["pixi"],
67+
"matchPackageNames": ["hypothesis"],
68+
"schedule": ["* * 10 * *"]
6169
}
6270
]
6371
}

0 commit comments

Comments
 (0)