Skip to content

Commit acdd020

Browse files
committed
Do not update map related libraries automatically with renovate bot
1 parent 92f6686 commit acdd020

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/renovate.json5

+11
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,16 @@
2020
],
2121
matchUpdateTypes: ['major'],
2222
},
23+
{
24+
// we don't want to update map related libraries automatically as they require a lot of manual changes
25+
matchPackageNames: [
26+
'react-map-gl',
27+
'react-map-gl-draw',
28+
'maplibre-gl',
29+
'@types/mapbox-gl',
30+
'@nebula.gl/edit-modes',
31+
],
32+
enabled: false,
33+
},
2334
],
2435
}

0 commit comments

Comments
 (0)