mirror of
https://github.com/hassio-addons/addon-appdaemon.git
synced 2025-05-07 04:21:25 +00:00
⬆️: migrate renovate config (#365)
* ⬆️: 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
6d7b6dd287
commit
7c266c1e01
1 changed files with 5 additions and 3 deletions
8
.github/renovate.json
vendored
8
.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": [
|
||||||
|
@ -34,8 +36,8 @@
|
||||||
{
|
{
|
||||||
"groupName": "Python",
|
"groupName": "Python",
|
||||||
"matchDatasources": ["repology"],
|
"matchDatasources": ["repology"],
|
||||||
"matchDepPatterns": ["^alpine.*/python.*"],
|
"automerge": true,
|
||||||
"automerge": true
|
"matchDepNames": ["/^alpine.*/python.*/"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"groupName": "Add-on base image",
|
"groupName": "Add-on base image",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue