Skip to content

Commit cf89a4c

Browse files
committed
💚 ci: exclude python-version in docs workflow from being updated by Renovate
1 parent 0f162c2 commit cf89a4c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

‎.renovaterc.json‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,16 @@
4545
"github-actions"
4646
],
4747
"groupName": "GitHub Actions"
48+
},
49+
{
50+
"description": "Ignore python-version in docs workflow \u2014 pinned intentionally",
51+
"matchFileNames": [
52+
".github/workflows/docs.yaml"
53+
],
54+
"matchDepNames": [
55+
"python"
56+
],
57+
"enabled": false
4858
}
4959
],
5060
"customManagers": [

0 commit comments

Comments
 (0)