We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd4fbd commit a9ad083Copy full SHA for a9ad083
2 files changed
.github/renovate.json5
@@ -183,5 +183,10 @@
183
matchDepNames: ['python'],
184
groupName: 'Python',
185
},
186
+ /** No update on rebuild workflow */
187
+ {
188
+ matchFileNames: ['.github/workflows/rebuild.yaml'],
189
+ enabled: false,
190
+ },
191
],
192
}
.github/workflows/rebuild.yaml
@@ -15,11 +15,11 @@ jobs:
15
matrix:
16
include:
17
- branch: '3.28'
18
- python-version: '3.13'
+ python-version: '3.11'
19
- branch: '3.29'
20
21
- branch: '3.30'
22
23
24
steps:
25
- run: docker system prune --all --force
0 commit comments