Skip to content

Commit

Permalink
chore: do not run renovate on examples (#1539)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedard authored Mar 22, 2024
1 parent cbabebc commit 783dbee
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@

"labels": ["deps"],
"dependencyDashboard": true,
"ignorePaths": ["**/node_modules/**", "**/bower_components/**", "e2e/**"],
"ignorePaths": [
"**/node_modules/**",
"**/bower_components/**",
"e2e/**",
"examples/**"
],
"packageRules": [
{
"matchPackagePatterns": ["npm"],
Expand Down

0 comments on commit 783dbee

Please sign in to comment.