Skip to content

Commit

Permalink
Migrate renovate config (#326)
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 9, 2024
1 parent 92dbe15 commit e6d488c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
"labels": ["dependencies", "no-stale"],
"commitMessagePrefix": "⬆️",
"commitMessageTopic": "{{depName}}",
"regexManagers": [
"customManagers": [
{
"customType": "regex",
"fileMatch": ["/Dockerfile$", "/build.yaml$"],
"matchStringsStrategy": "any",
"matchStrings": [
Expand All @@ -16,6 +17,7 @@
"datasourceTemplate": "docker"
},
{
"customType": "regex",
"fileMatch": ["/Dockerfile$"],
"matchStringsStrategy": "any",
"matchStrings": [
Expand All @@ -26,6 +28,7 @@
"depNameTemplate": "debian_12/{{{replace 'libpq5' 'postgresql-13' package}}}"
},
{
"customType": "regex",
"fileMatch": ["/Dockerfile$"],
"matchStringsStrategy": "any",
"matchStrings": ["FROM \"vaultwarden/server:(?<currentValue>.*?)\"\\s+"],
Expand Down

0 comments on commit e6d488c

Please sign in to comment.