Skip to content

Commit

Permalink
chore: regex to match all go files (#607)
Browse files Browse the repository at this point in the history
Signed-off-by: Kavindu Dodanduwa <kavindudodanduwa@gmail.com>
Co-authored-by: Todd Baert <toddbaert@gmail.com>
  • Loading branch information
Kavindu-Dodan and toddbaert authored Feb 21, 2024
1 parent 0e03f47 commit a1fc38a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
"(^|\\/).*\\.ya?ml$",
"(^|\\/).*\\.toml$",
"(^|\\/).*\\.sh$",
"^controllers/common/flagd-proxy.go$",
"^apis/core/.*/flagsourceconfiguration_types.go$"
"(^|\\/).*\\.go$"
],
"matchStrings": [
"(#|\\/\\/) renovate: datasource=(?<datasource>.+?) depName=(?<depName>.+?)\\s.*?(?<separator>\\??=|\\: ?) ?\\\"?(?<currentValue>.+?)?\\\"?\\s"
Expand Down

0 comments on commit a1fc38a

Please sign in to comment.