chore: Exclude examples directory from renovate.

This commit is contained in:
Martin Wentzel 2022-06-22 21:33:56 +02:00
parent 607df6087b
commit 37b40325d9

View file

@ -16,5 +16,5 @@
"enabled": false,
}
],
"ignorePaths": ["**/testdata/**"]
"ignorePaths": ["**/testdata/**", "**/examples/**", "**/scripts/**"]
}