Skip to content

Commit f03de84

Browse files
committed
Upate Renovate configuration for GeoGirafe
1 parent 7237423 commit f03de84

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

.github/renovate.json5

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,14 @@
6969
},
7070
{
7171
matchBaseBranches: ['/^prod-2-10.*/'],
72-
matchFileNames: ['ui/**', 'custom/**', '.pre-commit-config.yaml', '.github/renovated.json5'],
72+
matchFileNames: [
73+
'ui/**',
74+
'custom/**',
75+
'.pre-commit-config.yaml',
76+
'.github/renovated.json5',
77+
'package.json',
78+
'geogirafe/**',
79+
],
7380
enabled: true,
7481
},
7582
{
@@ -92,7 +99,14 @@
9299
{
93100
matchBaseBranches: ['/^prod-2-7.*/', '/^prod-2-8.*/', '/^prod-2-9.*/'],
94101
matchUpdateTypes: ['patch'],
95-
matchFileNames: ['ui/**', 'custom/**', '.pre-commit-config.yaml', '.github/renovated.json5'],
102+
matchFileNames: [
103+
'ui/**',
104+
'custom/**',
105+
'.pre-commit-config.yaml',
106+
'.github/renovated.json5',
107+
'package.json',
108+
'geogirafe/**',
109+
],
96110
enabled: true,
97111
},
98112
{

0 commit comments

Comments
 (0)