Skip to content

Commit

Permalink
fix: regexes for pip renovatebot (#930)
Browse files Browse the repository at this point in the history
Signed-off-by: rhdh-bot service account <rhdh-bot@redhat.com>
Co-authored-by: rhdh-bot service account <rhdh-bot@redhat.com>
  • Loading branch information
nickboldt and rhdh-bot committed Jan 26, 2024
1 parent ae98b5b commit e4d441e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"minimumReleaseAge": "1 day"
},
"pip_requirements": {
"fileMatch": ["**/requirements-*.in","**/requirements-*.txt"],
"fileMatch": ["requirements*"],
"postUpgradeTasks": {
"commands": ["./.rhdh/docker/cachito_hash.sh"],
"fileFilters": ["**/requirements-*.in","**/requirements-*.txt"],
"fileFilters": ["**/requirements*"],
"executionMode": "update"
}

Expand Down

0 comments on commit e4d441e

Please sign in to comment.