Skip to content

Commit df4d628

Browse files
committed
ci(renovate): match requirements*.txt anywhere in the tree
In particular `.github/` at the moment.
1 parent 085039d commit df4d628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"commitMessageTopic": "{{depName}}",
1717
"pip_requirements": {
1818
"fileMatch": [
19-
"(^|/)test/requirements[\\w-]*\\.txt$"
19+
"(^|/)requirements[\\w-]*\\.txt$"
2020
]
2121
},
2222
"dockerfile": {

0 commit comments

Comments
 (0)