Skip to content

Commit

Permalink
Update Dockerfile used in tests with Renovate (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Nov 4, 2024
1 parent dc9d7f8 commit 42868f6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,14 @@
"labels": [
"dependencies"
],
"rebaseWhen": "conflicted"
"rebaseWhen": "conflicted",
"ignorePaths": [
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**",
"**/examples/**",
"**/__tests__/**",
"**/tests/**",
"**/__fixtures__/**"
]
}

0 comments on commit 42868f6

Please sign in to comment.