We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3754292 commit 22234b4Copy full SHA for 22234b4
renovate.json
@@ -52,12 +52,20 @@
52
"enabled": false
53
},
54
{
55
+ "description": "Group Dask packages.",
56
"matchPackageNames": ["dask", "dask-core"],
57
"groupName": "dask"
58
59
60
+ "description": "Group JAX packages.",
61
"matchPackageNames": ["jax", "jaxlib"],
62
"groupName": "jax"
63
+ },
64
+ {
65
+ "description": "Schedule hypothesis monthly as releases are frequent.",
66
+ "matchManagers": ["pixi"],
67
+ "matchPackageNames": ["hypothesis"],
68
+ "schedule": ["* * 10 * *"]
69
}
70
]
71
0 commit comments