mirror of
https://github.com/hassio-addons/addon-influxdb.git
synced 2025-05-03 18:51:26 +00:00
⬆️: migrate renovate config (#370)
* ⬆️: 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
75e49731a1
commit
acca81f981
1 changed files with 5 additions and 3 deletions
8
.github/renovate.json
vendored
8
.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": [
|
||||
|
@ -44,8 +46,8 @@
|
|||
{
|
||||
"groupName": "NGINX",
|
||||
"matchDatasources": ["repology"],
|
||||
"matchPackagePatterns": ["^debian_.*/.*nginx.*"],
|
||||
"automerge": true
|
||||
"automerge": true,
|
||||
"matchPackageNames": ["/^debian_.*/.*nginx.*/"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue