Skip to content

Commit

Permalink
Migrate renovate config (#307)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] authored Nov 8, 2024
1 parent a371a84 commit 82a5021
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
"labels": ["dependencies", "no-stale"],
"commitMessagePrefix": "⬆️",
"commitMessageTopic": "{{depName}}",
"regexManagers": [
"customManagers": [
{
"customType": "regex",
"fileMatch": ["/Dockerfile$", "/build.yaml$"],
"matchStringsStrategy": "any",
"matchStrings": [
Expand All @@ -17,6 +18,7 @@
"datasourceTemplate": "docker"
},
{
"customType": "regex",
"fileMatch": ["/Dockerfile$"],
"matchStrings": [
"ARG BASHIO_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
Expand All @@ -26,6 +28,7 @@
"versioningTemplate": "semver"
},
{
"customType": "regex",
"fileMatch": ["/Dockerfile$"],
"matchStrings": [
"ARG S6_OVERLAY_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
Expand All @@ -36,6 +39,7 @@
"extractVersionTemplate": "^v(?<version>.*)$"
},
{
"customType": "regex",
"fileMatch": ["/Dockerfile$"],
"matchStrings": [
"ARG TEMPIO_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
Expand All @@ -45,6 +49,7 @@
"versioningTemplate": "loose"
},
{
"customType": "regex",
"fileMatch": ["/Dockerfile$"],
"matchStringsStrategy": "any",
"matchStrings": [
Expand All @@ -69,8 +74,8 @@
{
"groupName": "OpenSSL",
"matchDatasources": ["repology"],
"matchPackagePatterns": ["^alpine_.*/(libssl|libcrypto).*$"],
"automerge": true
"automerge": true,
"matchPackageNames": ["/^alpine_.*/(libssl|libcrypto).*$/"]
},
{
"groupName": "Alpine base image",
Expand Down

0 comments on commit 82a5021

Please sign in to comment.