Skip to content

Commit

Permalink
Try some config change in renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
T4m committed Apr 16, 2024
1 parent a223046 commit 6a6fcca
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,15 @@
"major": {
"enabled": false
},
"pip_requirements": {
"pip-compile": {
"fileMatch": [
"(^|/)[\\w-]*requirements((-|/)\\w+)?\\.(txt|pip)$"
"(^|/)[\\w-]*requirements((-|/)\\w+)?\\.txt$"
]
},
"pip_requirements": {
"enabled": false
},
"pip_setup": {
"enabled": false
}
}

0 comments on commit 6a6fcca

Please sign in to comment.