Skip to content

Commit

Permalink
Merge pull request #97 from nationalarchives/renovate-finds-pip-depen…
Browse files Browse the repository at this point in the history
…dencies

Fix pip_requirements file regex
  • Loading branch information
jacksonj04 authored Oct 12, 2023
2 parents 4ea80c0 + aae2428 commit 923aef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>nationalarchives/ds-find-caselaw-docs"],
"pip_requirements": {
"fileMatch": ["requirements/*.txt"]
"fileMatch": ["requirements/.*\\.txt"]
}
}

0 comments on commit 923aef5

Please sign in to comment.