mirror of
https://github.com/hassio-addons/addon-traccar.git
synced 2025-05-04 11:01:29 +00:00
⬆️: migrate config .github/renovate.json
This commit is contained in:
parent
4868b50c97
commit
1e8ad12553
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",
|
||||
"rebaseWhen": "behind-base-branch",
|
||||
"dependencyDashboard": true,
|
||||
"labels": ["dependencies", "no-stale"],
|
||||
"labels": [
|
||||
"dependencies",
|
||||
"no-stale"
|
||||
],
|
||||
"commitMessagePrefix": "⬆️",
|
||||
"commitMessageTopic": "{{depName}}",
|
||||
"regexManagers": [
|
||||
"customManagers": [
|
||||
{
|
||||
"fileMatch": ["/Dockerfile$", "/build.yaml$"],
|
||||
"customType": "regex",
|
||||
"fileMatch": [
|
||||
"/Dockerfile$",
|
||||
"/build.yaml$"
|
||||
],
|
||||
"matchStringsStrategy": "any",
|
||||
"matchStrings": [
|
||||
"ARG BUILD_FROM=(?<depName>.*?):(?<currentValue>.*?)\\s+",
|
||||
|
@ -16,7 +23,10 @@
|
|||
"datasourceTemplate": "docker"
|
||||
},
|
||||
{
|
||||
"fileMatch": ["/Dockerfile$"],
|
||||
"customType": "regex",
|
||||
"fileMatch": [
|
||||
"/Dockerfile$"
|
||||
],
|
||||
"matchStringsStrategy": "any",
|
||||
"matchStrings": [
|
||||
"\\s\\s(?<package>[a-z0-9][a-z0-9-_]+)=(?<currentValue>[a-z0-9-_.]+)\\s+"
|
||||
|
@ -26,7 +36,10 @@
|
|||
"depNameTemplate": "alpine_3_20/{{package}}"
|
||||
},
|
||||
{
|
||||
"fileMatch": ["/Dockerfile$"],
|
||||
"customType": "regex",
|
||||
"fileMatch": [
|
||||
"/Dockerfile$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"ARG TRACCAR_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
|
||||
],
|
||||
|
@ -37,23 +50,39 @@
|
|||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchDatasources": ["repology"],
|
||||
"matchDatasources": [
|
||||
"repology"
|
||||
],
|
||||
"automerge": true
|
||||
},
|
||||
{
|
||||
"groupName": "Add-on base image",
|
||||
"matchDatasources": ["docker"]
|
||||
"matchDatasources": [
|
||||
"docker"
|
||||
]
|
||||
},
|
||||
{
|
||||
"groupName": "Add-on base image",
|
||||
"matchDatasources": ["docker"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"matchDatasources": [
|
||||
"docker"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch"
|
||||
],
|
||||
"automerge": true
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["github-releases"],
|
||||
"matchDepNames": ["traccar/traccar"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"matchDatasources": [
|
||||
"github-releases"
|
||||
],
|
||||
"matchDepNames": [
|
||||
"traccar/traccar"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch"
|
||||
],
|
||||
"automerge": true
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue