Skip to content

Commit

Permalink
fix(renovate): add fileMatch to regex manager (#614)
Browse files Browse the repository at this point in the history
Adds missing `fileMatch` field to regex manager and removes unnecessary terraform fileMatch.
  • Loading branch information
rarkins authored Oct 17, 2020
1 parent a12eae4 commit 0c384f0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@
"groupName": "terraform"
}
],
"terraform": {
"fileMatch": ["\\.tf$"]
},
"regexManagers": [
{
"fileMatch": ["\\.tf$"],
"matchStrings": [
"source\\s+=\\s+\"(?<depName>.+?)(//.+|\")\\s+version\\s+=\\s+\"(?<currentValue>.+?)\""
],
Expand Down

0 comments on commit 0c384f0

Please sign in to comment.