This commit is contained in:
ai-dev 2024-08-19 14:00:44 +02:00
parent 6467b2b32c
commit 581f204f08
2 changed files with 41 additions and 0 deletions

10
README.md Normal file
View 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
View 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",
}