Skip to content

Commit

Permalink
fix: renovate ignoring integration test package
Browse files Browse the repository at this point in the history
  • Loading branch information
BlairCurrey committed Mar 27, 2024
1 parent b1c351c commit 2f3d6cd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"enabled": true,
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"ignorePresets": [":ignorePaths"],
"prConcurrentLimit": 10,
"branchConcurrentLimit": 0,
"branchPrefix": "renovate-",
Expand All @@ -18,5 +19,14 @@
"matchPackageNames": ["@types/node", "node"],
"allowedVersions": "<17.0.0"
}
],
"ignorePaths": [
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**",
"**/examples/**",
"**/__tests__/**",
"**/tests/**",
"**/__fixtures__/**"
]
}

0 comments on commit 2f3d6cd

Please sign in to comment.