mirror of
https://github.com/hassio-addons/addon-jupyterlab.git
synced 2025-05-07 04:41:32 +00:00
⬆️: migrate renovate config (#673)
* ⬆️: 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
cda27f11dc
commit
e35b48e077
1 changed files with 7 additions and 5 deletions
12
.github/renovate.json
vendored
12
.github/renovate.json
vendored
|
@ -6,8 +6,9 @@
|
||||||
"commitMessagePrefix": "⬆️",
|
"commitMessagePrefix": "⬆️",
|
||||||
"commitMessageTopic": "{{depName}}",
|
"commitMessageTopic": "{{depName}}",
|
||||||
"ignoreDeps": ["nodejs"],
|
"ignoreDeps": ["nodejs"],
|
||||||
"regexManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
|
"customType": "regex",
|
||||||
"fileMatch": ["/Dockerfile$", "/build.yaml$"],
|
"fileMatch": ["/Dockerfile$", "/build.yaml$"],
|
||||||
"matchStringsStrategy": "any",
|
"matchStringsStrategy": "any",
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
|
@ -17,6 +18,7 @@
|
||||||
"datasourceTemplate": "docker"
|
"datasourceTemplate": "docker"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"customType": "regex",
|
||||||
"fileMatch": ["/Dockerfile$"],
|
"fileMatch": ["/Dockerfile$"],
|
||||||
"matchStringsStrategy": "any",
|
"matchStringsStrategy": "any",
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
|
@ -55,14 +57,14 @@
|
||||||
{
|
{
|
||||||
"groupName": "Python",
|
"groupName": "Python",
|
||||||
"matchDatasources": ["repology"],
|
"matchDatasources": ["repology"],
|
||||||
"matchDepPatterns": ["^debian_*/python3.*"],
|
"automerge": true,
|
||||||
"automerge": true
|
"matchDepNames": ["/^debian_*/python3.*/"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"groupName": "MariaDB",
|
"groupName": "MariaDB",
|
||||||
"matchDatasources": ["repology"],
|
"matchDatasources": ["repology"],
|
||||||
"matchDepPatterns": ["^debian_*/libmariadb.*"],
|
"automerge": true,
|
||||||
"automerge": true
|
"matchDepNames": ["/^debian_*/libmariadb.*/"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue