mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-04 19:21:24 +00:00
⬆️: migrate renovate config (#475)
* ⬆️: migrate config .github/renovate.json
* Prettified Code!
---------
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
bda9f72bcc
commit
2663872c1c
1 changed files with 6 additions and 3 deletions
9
.github/renovate.json
vendored
9
.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": "alpine_3_19/{{package}}"
|
||||
},
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": ["/Dockerfile$"],
|
||||
"matchStrings": [
|
||||
"ARG GROCY_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
|
||||
|
@ -42,8 +45,8 @@
|
|||
{
|
||||
"groupName": "PHP",
|
||||
"matchDatasources": ["repology"],
|
||||
"matchDepPatterns": ["alpine.*/php.*"],
|
||||
"automerge": true
|
||||
"automerge": true,
|
||||
"matchDepNames": ["/alpine.*/php.*/"]
|
||||
},
|
||||
{
|
||||
"groupName": "Add-on base image",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue