mirror of
https://github.com/hassio-addons/addon-base-python.git
synced 2025-05-03 10:51:29 +00:00
Migrate renovate config (#294)
* ⬆️: 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
5fa53155c6
commit
204fa67274
1 changed files with 6 additions and 1 deletions
7
.github/renovate.json
vendored
7
.github/renovate.json
vendored
|
@ -5,8 +5,9 @@
|
||||||
"labels": ["dependencies", "no-stale"],
|
"labels": ["dependencies", "no-stale"],
|
||||||
"commitMessagePrefix": "⬆️",
|
"commitMessagePrefix": "⬆️",
|
||||||
"commitMessageTopic": "{{depName}}",
|
"commitMessageTopic": "{{depName}}",
|
||||||
"regexManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
|
"customType": "regex",
|
||||||
"fileMatch": ["/Dockerfile$", "/build.yaml$"],
|
"fileMatch": ["/Dockerfile$", "/build.yaml$"],
|
||||||
"matchStringsStrategy": "any",
|
"matchStringsStrategy": "any",
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
|
@ -16,6 +17,7 @@
|
||||||
"datasourceTemplate": "docker"
|
"datasourceTemplate": "docker"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"customType": "regex",
|
||||||
"fileMatch": ["/Dockerfile$"],
|
"fileMatch": ["/Dockerfile$"],
|
||||||
"matchStringsStrategy": "any",
|
"matchStringsStrategy": "any",
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
|
@ -26,6 +28,7 @@
|
||||||
"depNameTemplate": "alpine_3_21/{{package}}"
|
"depNameTemplate": "alpine_3_21/{{package}}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"customType": "regex",
|
||||||
"fileMatch": ["/Dockerfile$"],
|
"fileMatch": ["/Dockerfile$"],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"ARG PYTHON_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
|
"ARG PYTHON_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
|
||||||
|
@ -34,6 +37,7 @@
|
||||||
"depNameTemplate": "python/cpython"
|
"depNameTemplate": "python/cpython"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"customType": "regex",
|
||||||
"fileMatch": ["/Dockerfile$"],
|
"fileMatch": ["/Dockerfile$"],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"ARG PYTHON_SETUPTOOLS_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
|
"ARG PYTHON_SETUPTOOLS_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
|
||||||
|
@ -42,6 +46,7 @@
|
||||||
"depNameTemplate": "setuptools"
|
"depNameTemplate": "setuptools"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"customType": "regex",
|
||||||
"fileMatch": ["/Dockerfile$"],
|
"fileMatch": ["/Dockerfile$"],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"ARG PYTHON_PIP_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
|
"ARG PYTHON_PIP_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue