commit
This commit is contained in:
parent
6467b2b32c
commit
581f204f08
10
README.md
Normal file
10
README.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
![Project Maintenance][maintenance-shield]
|
||||||
|
[![License][license-shield]](LICENSE)
|
||||||
|
[![GitHub Activity][commits-shield]][commits]
|
||||||
|
[![GitHub Last Commit][last-commit-shield]][commits]
|
||||||
|
|
||||||
|
# Dolideb Addon for Home Assistant
|
||||||
|
|
||||||
|
A [Home Assistant](https://home-assistant.io) add-on repository for dolideb.
|
||||||
|
|
||||||
|
[![Add Addon to Home Assistant](https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg)](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https://mezgit.duckdns.org/mezned/HAddons)
|
31
renovate.json5
Normal file
31
renovate.json5
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
{
|
||||||
|
$schema: "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
extends: [
|
||||||
|
"config:recommended",
|
||||||
|
":dependencyDashboard",
|
||||||
|
":semanticCommits",
|
||||||
|
":semanticCommitTypeAll(fix)",
|
||||||
|
":automergeAll",
|
||||||
|
":enablePreCommit",
|
||||||
|
],
|
||||||
|
customManagers: [
|
||||||
|
{
|
||||||
|
customType: "regex",
|
||||||
|
fileMatch: ["(^|/|.)config.yaml$"],
|
||||||
|
matchStrings: [
|
||||||
|
'datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\sversion:\\s*"(?<currentValue>.*)"\\s',
|
||||||
|
],
|
||||||
|
versioningTemplate: "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchManagers": ["pre-commit"],
|
||||||
|
"automerge": true,
|
||||||
|
"automergeType": "branch",
|
||||||
|
"semanticCommitType": "chore"
|
||||||
|
|
||||||
|
}
|
||||||
|
],
|
||||||
|
minimumReleaseAge: "24 hours",
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user