mirror of
https://github.com/hassio-addons/addon-bitwarden.git
synced 2025-05-03 18:51:33 +00:00
Migrate renovate config (#326)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
92dbe155bf
commit
e6d488cffe
1 changed files with 4 additions and 1 deletions
5
.github/renovate.json
vendored
5
.github/renovate.json
vendored
|
@ -5,8 +5,9 @@
|
|||
"labels": ["dependencies", "no-stale"],
|
||||
"commitMessagePrefix": "⬆️",
|
||||
"commitMessageTopic": "{{depName}}",
|
||||
"regexManagers": [
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": ["/Dockerfile$", "/build.yaml$"],
|
||||
"matchStringsStrategy": "any",
|
||||
"matchStrings": [
|
||||
|
@ -16,6 +17,7 @@
|
|||
"datasourceTemplate": "docker"
|
||||
},
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": ["/Dockerfile$"],
|
||||
"matchStringsStrategy": "any",
|
||||
"matchStrings": [
|
||||
|
@ -26,6 +28,7 @@
|
|||
"depNameTemplate": "debian_12/{{{replace 'libpq5' 'postgresql-13' package}}}"
|
||||
},
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": ["/Dockerfile$"],
|
||||
"matchStringsStrategy": "any",
|
||||
"matchStrings": ["FROM \"vaultwarden/server:(?<currentValue>.*?)\"\\s+"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue