chore: Make renovate update dependencies of examples (#311)

config:base uses a somewhat extensive ignore list: https://docs.renovatebot.com/presets-default/#ignoremodulesandtests so we have to overwrite it with the paths we actually want to ignore (not the examples dirs).
I left the rest of the default list in there even though most of the entries don't and won't apply to this repo.
pull/313/head
Fabian-Lars 2 years ago committed by GitHub
parent fa8e68fd6a
commit 3dfdef0678
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,15 @@
{
"extends": ["config:base"],
"enabledManagers": ["cargo", "npm"],
"ignorePaths": [
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**",
"**/__tests__/**",
"**/test/**",
"**/tests/**",
"**/__fixtures__/**"
],
"packageRules": [
{
"description": "Disable node/pnpm version updates",

Loading…
Cancel
Save