Skip to content

Commit 675582f

Browse files
authored
deps: add dep groups for dask and jax (#275)
1 parent 2ba372c commit 675582f

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
@@ -50,6 +50,14 @@
5050
"matchManagers": ["github-actions"],
5151
"matchPackageNames": ["python"],
5252
"enabled": false
53+
},
54+
{
55+
"matchPackageNames": ["dask", "dask-core"],
56+
"groupName": "dask"
57+
},
58+
{
59+
"matchPackageNames": ["jax", "jaxlib"],
60+
"groupName": "jax"
5361
}
5462
]
5563
}

0 commit comments

Comments
 (0)