Skip to content

Commit 7825a0a

Browse files
authored
Update Renovate config
1 parent e2cc867 commit 7825a0a

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.github/renovate.json5

+1-17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
extends: [
3-
'github>camptocamp/gs-renovate-config-preset:base.json5#0.8.5',
3+
'github>camptocamp/gs-renovate-config-preset:base.json5#0.9.0',
44
'github>camptocamp/gs-renovate-config-preset:group.json5#0.8.5',
55
'github>camptocamp/gs-renovate-config-preset:stabilization-branches.json5#0.8.5',
66
'github>camptocamp/gs-renovate-config-preset:ci.json5#0.8.5',
@@ -15,28 +15,12 @@
1515
],
1616
baseBranches: ['master', 'test'],
1717
packageRules: [
18-
{
19-
groupName: 'scikit-image',
20-
matchDepNames: ['scikit-image'],
21-
},
2218
/** Accept only the patch on stabilization branches */
2319
{
2420
matchBaseBranches: ['master'],
2521
matchUpdateTypes: ['major', 'minor', 'pin', 'digest', 'lockFileMaintenance', 'rollback', 'bump'],
2622
enabled: false,
2723
},
28-
/** Only LTS version of Node */
29-
{
30-
allowedVersions: '/(0|2|4|6|8)$/',
31-
enabled: false,
32-
matchDepNames: ['node'],
33-
},
34-
/** Disable upgrading the supported Python version */
35-
{
36-
matchFileNames: ['pyproject.toml'],
37-
enabled: false,
38-
matchDepNames: ['python'],
39-
},
4024
/** Packages published very recently are not pushed to stabilization branches for security reasons */
4125
{
4226
matchBaseBranches: ['master'],

0 commit comments

Comments
 (0)