Skip to content

Commit a1fc38a

Browse files
chore: regex to match all go files (#607)
Signed-off-by: Kavindu Dodanduwa <kavindudodanduwa@gmail.com> Co-authored-by: Todd Baert <toddbaert@gmail.com>
1 parent 0e03f47 commit a1fc38a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

renovate.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@
4646
"(^|\\/).*\\.ya?ml$",
4747
"(^|\\/).*\\.toml$",
4848
"(^|\\/).*\\.sh$",
49-
"^controllers/common/flagd-proxy.go$",
50-
"^apis/core/.*/flagsourceconfiguration_types.go$"
49+
"(^|\\/).*\\.go$"
5150
],
5251
"matchStrings": [
5352
"(#|\\/\\/) renovate: datasource=(?<datasource>.+?) depName=(?<depName>.+?)\\s.*?(?<separator>\\??=|\\: ?) ?\\\"?(?<currentValue>.+?)?\\\"?\\s"

0 commit comments

Comments
 (0)