Skip to content

Commit

Permalink
chore(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and cmeister2 committed Oct 22, 2024
1 parent 96e012d commit e0dfc0a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"customManagers": [
{
"customType": "regex",
"fileMatch": ["^scripts/VERSIONS$"],
"fileMatch": [
"^scripts/VERSIONS$"
],
"matchStrings": [
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s.*?_VERSION=(?<currentValue>.*)\\s"
]
Expand All @@ -22,8 +24,12 @@
"groupName": "GitHub Actions: artifact"
},
{
"matchManagers": ["regex"],
"matchPackageNames": ["openssl/openssl"],
"matchManagers": [
"custom.regex"
],
"matchPackageNames": [
"openssl/openssl"
],
"extractVersion": "^openssl-(?<version>.*)$"
}
]
Expand Down

0 comments on commit e0dfc0a

Please sign in to comment.