Skip to content

Commit

Permalink
fix: renovate.json syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
ca-scribner committed Dec 8, 2022
1 parent c6f2040 commit 6ce4da8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
}
},
"pip_requirements": {
"ignorePaths": "(^|/)([\\w-]*)requirements\\.(txt|pip)$"
"ignorePaths": [
"(^|/)([\\w-]*)requirements\\.(txt|pip)$"
]
},
"packageRules": [
{
Expand Down

0 comments on commit 6ce4da8

Please sign in to comment.