mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-27 08:21:03 +02:00
Tools: Add node-glob to Renovate ignore list
This commit is contained in:
parent
8795da83d2
commit
fbef66b65a
@ -179,6 +179,16 @@
|
|||||||
// breaking changes. Ideally we should just update existing components
|
// breaking changes. Ideally we should just update existing components
|
||||||
// to rscss.
|
// to rscss.
|
||||||
"styled-components",
|
"styled-components",
|
||||||
|
|
||||||
|
// Have to disable `glob` auto-updates because they can randomly
|
||||||
|
// introduce breaking changes on patch updates:
|
||||||
|
// https://github.com/isaacs/node-glob/issues/567
|
||||||
|
//
|
||||||
|
// Their non-patch updates are even worse, full of undocumented breaking
|
||||||
|
// changes and subtle behaviour changes, which we only discover later.
|
||||||
|
// It doesn't seem they know what they are doing or care to properly
|
||||||
|
// test any of their changes.
|
||||||
|
"glob",
|
||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user