diff --git a/.github/renovate.json b/.github/renovate.json index 56d7e56..833841f 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,14 +1,10 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "github>casse-boubou/ha-addon-workflows//.github/renovate.json" - ], + "extends": ["github>casse-boubou/ha-addon-workflows//.github/renovate.json"], "customManagers": [ { "customType": "regex", - "fileMatch": [ - "/build.yaml$" - ], + "fileMatch": ["/build.yaml$"], "matchStringsStrategy": "any", "matchStrings": [ "(aarch64|amd64|armhf|armv7|i386):\\s[\"']?(?.*?):(?.*?)[\"']?\\s" @@ -17,9 +13,7 @@ }, { "customType": "regex", - "fileMatch": [ - "/Dockerfile$" - ], + "fileMatch": ["/Dockerfile$"], "matchStringsStrategy": "any", "matchStrings": [ "ARG BUILD_FROM=(?.*?):(?.*?)\\s+" @@ -28,9 +22,7 @@ }, { "customType": "regex", - "fileMatch": [ - "/Dockerfile$" - ], + "fileMatch": ["/Dockerfile$"], "matchStringsStrategy": "any", "matchStrings": [ "\\s\\s(?[a-z0-9][a-z0-9-_]+)=(?[a-z0-9-_.]+)\\s+" @@ -41,12 +33,8 @@ }, { "customType": "regex", - "fileMatch": [ - "/Dockerfile$" - ], - "matchStrings": [ - "ARG SHARRY_VERSION=(?.+?)\\s+" - ], + "fileMatch": ["/Dockerfile$"], + "matchStrings": ["ARG SHARRY_VERSION=(?.+?)\\s+"], "datasourceTemplate": "github-tags", "depNameTemplate": "eikek/sharry", "versioningTemplate": "loose" @@ -54,27 +42,19 @@ ], "packageRules": [ { - "matchDatasources": [ - "docker" - ], + "matchDatasources": ["docker"], "commitMessagePrefix": "⬆️", "commitMessageTopic": "Addon Base Image" }, { - "matchDatasources": [ - "repology" - ], + "matchDatasources": ["repology"], "commitMessagePrefix": "⬆️", "commitMessageTopic": "{{packageName}}", "groupName": "internal packages" }, { - "matchDatasources": [ - "github-tags" - ], - "matchDepNames": [ - "eikek/sharry" - ], + "matchDatasources": ["github-tags"], + "matchDepNames": ["eikek/sharry"], "commitMessagePrefix": "✨", "commitMessageTopic": "Sharry" }