mirror of
https://github.com/hassio-addons/addon-motioneye.git
synced 2025-05-04 19:21:22 +00:00
⬆️: migrate config .github/renovate.json
This commit is contained in:
parent
a664fcf2ec
commit
c1dc0841bd
1 changed files with 41 additions and 12 deletions
53
.github/renovate.json
vendored
53
.github/renovate.json
vendored
|
@ -2,12 +2,19 @@
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"rebaseWhen": "behind-base-branch",
|
"rebaseWhen": "behind-base-branch",
|
||||||
"dependencyDashboard": true,
|
"dependencyDashboard": true,
|
||||||
"labels": ["dependencies", "no-stale"],
|
"labels": [
|
||||||
|
"dependencies",
|
||||||
|
"no-stale"
|
||||||
|
],
|
||||||
"commitMessagePrefix": "⬆️",
|
"commitMessagePrefix": "⬆️",
|
||||||
"commitMessageTopic": "{{depName}}",
|
"commitMessageTopic": "{{depName}}",
|
||||||
"regexManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
"fileMatch": ["/Dockerfile$", "/build.yaml$"],
|
"customType": "regex",
|
||||||
|
"fileMatch": [
|
||||||
|
"/Dockerfile$",
|
||||||
|
"/build.yaml$"
|
||||||
|
],
|
||||||
"matchStringsStrategy": "any",
|
"matchStringsStrategy": "any",
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"ARG BUILD_FROM=(?<depName>.*?):(?<currentValue>.*?)\\s+",
|
"ARG BUILD_FROM=(?<depName>.*?):(?<currentValue>.*?)\\s+",
|
||||||
|
@ -16,7 +23,10 @@
|
||||||
"datasourceTemplate": "docker"
|
"datasourceTemplate": "docker"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileMatch": ["/Dockerfile$"],
|
"customType": "regex",
|
||||||
|
"fileMatch": [
|
||||||
|
"/Dockerfile$"
|
||||||
|
],
|
||||||
"matchStringsStrategy": "any",
|
"matchStringsStrategy": "any",
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"\\s\\s(?<package>[a-z0-9][a-z0-9-_]+)=(?<currentValue>[a-z0-9-_.]+)\\s+"
|
"\\s\\s(?<package>[a-z0-9][a-z0-9-_]+)=(?<currentValue>[a-z0-9-_.]+)\\s+"
|
||||||
|
@ -26,7 +36,10 @@
|
||||||
"depNameTemplate": "alpine_3_21/{{package}}"
|
"depNameTemplate": "alpine_3_21/{{package}}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileMatch": ["/Dockerfile$"],
|
"customType": "regex",
|
||||||
|
"fileMatch": [
|
||||||
|
"/Dockerfile$"
|
||||||
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"ARG MOTION_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
|
"ARG MOTION_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
|
||||||
],
|
],
|
||||||
|
@ -35,7 +48,10 @@
|
||||||
"extractVersionTemplate": "^release-(?<version>.*)$"
|
"extractVersionTemplate": "^release-(?<version>.*)$"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileMatch": ["/Dockerfile$"],
|
"customType": "regex",
|
||||||
|
"fileMatch": [
|
||||||
|
"/Dockerfile$"
|
||||||
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"ARG MOTIONEYE_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
|
"ARG MOTIONEYE_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
|
||||||
],
|
],
|
||||||
|
@ -46,22 +62,35 @@
|
||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchDatasources": ["repology"],
|
"matchDatasources": [
|
||||||
|
"repology"
|
||||||
|
],
|
||||||
"automerge": true
|
"automerge": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"groupName": "Add-on base image",
|
"groupName": "Add-on base image",
|
||||||
"matchDatasources": ["docker"]
|
"matchDatasources": [
|
||||||
|
"docker"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"groupName": "Add-on base image",
|
"groupName": "Add-on base image",
|
||||||
"matchDatasources": ["docker"],
|
"matchDatasources": [
|
||||||
"matchUpdateTypes": ["minor", "patch"],
|
"docker"
|
||||||
|
],
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"minor",
|
||||||
|
"patch"
|
||||||
|
],
|
||||||
"automerge": true
|
"automerge": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchDepNames": ["Motion-Project/motion"],
|
"matchDepNames": [
|
||||||
"matchUpdateTypes": ["patch"],
|
"Motion-Project/motion"
|
||||||
|
],
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"patch"
|
||||||
|
],
|
||||||
"automerge": true
|
"automerge": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue