mirror of
https://github.com/hassio-addons/addon-node-red.git
synced 2025-05-03 18:41:31 +00:00
Migrate renovate config (#2051)
* ⬆️: 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
f9e480b572
commit
f5732195a8
1 changed files with 3 additions and 1 deletions
4
.github/renovate.json
vendored
4
.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": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue