Skip to content

Commit

Permalink
Migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2023
1 parent e4d2c62 commit d1160cd
Showing 1 changed file with 23 additions and 7 deletions.
30 changes: 23 additions & 7 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,29 @@
{
"extends": ["config:best-practices"],
"extends": [
"config:best-practices"
],
"automergeSchedule": [
"before 2am"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin"],
"matchUpdateTypes": [
"minor",
"patch",
"pin"
],
"automerge": true
},
{
"matchDatasources": ["docker"],
"matchDatasources": [
"docker"
],
"enabled": false
},
{
"packageNames": ["curl/curl"],
"matchPackageNames": [
"curl/curl"
],
"extractVersion": "^curl-(?<major>\\d+?)_(?<minor>\\d+?)_(?<patch>\\d+?)$"
}
],
Expand All @@ -23,7 +33,9 @@
"fileMatch": [
"^Makefile$"
],
"matchStrings": ["CURL_VERSION=(?<currentValue>.+)"],
"matchStrings": [
"CURL_VERSION=(?<currentValue>.+)"
],
"datasourceTemplate": "github-tags",
"depNameTemplate": "curl/curl"
},
Expand All @@ -32,7 +44,9 @@
"fileMatch": [
"^Makefile$"
],
"matchStrings": ["OPENSSL_VERSION=(?<currentValue>.*)"],
"matchStrings": [
"OPENSSL_VERSION=(?<currentValue>.*)"
],
"datasourceTemplate": "github-tags",
"depNameTemplate": "openssl/openssl",
"extractVersionTemplate": "^openssl-(?<version>.+)$"
Expand All @@ -42,7 +56,9 @@
"fileMatch": [
"^Makefile$"
],
"matchStrings": ["ZLIB_VERSION=(?<currentValue>.*)"],
"matchStrings": [
"ZLIB_VERSION=(?<currentValue>.*)"
],
"datasourceTemplate": "github-tags",
"depNameTemplate": "madler/zlib",
"extractVersionTemplate": "{{#if extractVersion}}{{{extractVersion}}}{{else}}^v?(?<version>.+)${{/if}}"
Expand Down

0 comments on commit d1160cd

Please sign in to comment.