Skip to content

Commit e2e3285

Browse files
authored
chore(deps): renovatze updates OCM in go files (#9)
* chore(deps): renovatze updates OCM in go files * fix: typo in filename /test/utils/ocm.go
1 parent 2fb06d2 commit e2e3285

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
"customType": "regex",
4444
"managerFilePatterns": [
4545
"/Dockerfile/",
46-
"/test/util/ocm.go"
46+
"/test/utils/ocm.go"
4747
],
4848
"matchStrings": [
49-
"# renovate: datasource=(?<datasource>[a-z-.]+?) depName=(?<depName>[^\\s]+?)(?: (lookupName|packageName)=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[^\\s]+?))?(?: extractVersion=(?<extractVersion>[^\\s]+?))?(?: registryUrl=(?<registryUrl>[^\\s]+?))?\\s.+?(_version|_VERSION)=\"?(?<currentValue>.+?)\"?\\s"
49+
"renovate: datasource=(?<datasource>[a-z-.]+?) depName=(?<depName>[^\\s]+?)(?: (lookupName|packageName)=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[^\\s]+?))?(?: extractVersion=(?<extractVersion>[^\\s]+?))?(?: registryUrl=(?<registryUrl>[^\\s]+?))?\\s.+?(_version|_VERSION)( |)=( |)(\"|)(?<currentValue>.+?)(\"|)?\\s"
5050
]
5151
}
5252
]

0 commit comments

Comments
 (0)