Skip to content

Commit bab2d20

Browse files
authored
DEV: renovate: ignore some blocked updates (#260)
1 parent 06addad commit bab2d20

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

renovate.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,24 @@
3232
"groupName": "gha",
3333
"schedule": ["* * 15 * *"],
3434
"automerge": true
35+
},
36+
{
37+
"description": "Block PRs for updates blocked on dropping Python 3.10.",
38+
"matchManagers": ["pixi"],
39+
"matchPackageNames": ["sphinx", "ipython", "sphinx-autodoc-typehints"],
40+
"enabled": false
41+
},
42+
{
43+
"description": "Waiting for Numba to support NumPy 2.2.",
44+
"matchManagers": ["pixi"],
45+
"matchPackageNames": ["numpy"],
46+
"enabled": false
47+
},
48+
{
49+
"description": "Block Python CI updates as setup-python lags behind (gh-194).",
50+
"matchManagers": ["github-actions"],
51+
"matchPackageNames": ["python"],
52+
"enabled": false
3553
}
3654
]
3755
}

0 commit comments

Comments
 (0)