Skip to content

Commit

Permalink
Fix Renovate ignore config
Browse files Browse the repository at this point in the history
We want an empty ignore list, so that dependencies in tests are properly updated.

Signed-off-by: Nick Jackson <[email protected]>
  • Loading branch information
jacksonj04 authored Nov 21, 2023
1 parent c831bb6 commit d6caf35
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>nationalarchives/ds-find-caselaw-docs"],
"ignoreModulesAndTests": {
"description": "Don't ignore tests directory. See https://github.com/renovatebot/renovate/discussions/12755",
"ignorePaths": []
}
"ignorePaths": []
}

0 comments on commit d6caf35

Please sign in to comment.