Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and actions-user committed Dec 7, 2024
1 parent f2f7d79 commit 349f834
Showing 1 changed file with 10 additions and 30 deletions.
40 changes: 10 additions & 30 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -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[\"']?(?<depName>.*?):(?<currentValue>.*?)[\"']?\\s"
Expand All @@ -17,9 +13,7 @@
},
{
"customType": "regex",
"fileMatch": [
"/Dockerfile$"
],
"fileMatch": ["/Dockerfile$"],
"matchStringsStrategy": "any",
"matchStrings": [
"ARG BUILD_FROM=(?<depName>.*?):(?<currentValue>.*?)\\s+"
Expand All @@ -28,9 +22,7 @@
},
{
"customType": "regex",
"fileMatch": [
"/Dockerfile$"
],
"fileMatch": ["/Dockerfile$"],
"matchStringsStrategy": "any",
"matchStrings": [
"\\s\\s(?<package>[a-z0-9][a-z0-9-_]+)=(?<currentValue>[a-z0-9-_.]+)\\s+"
Expand All @@ -41,40 +33,28 @@
},
{
"customType": "regex",
"fileMatch": [
"/Dockerfile$"
],
"matchStrings": [
"ARG SHARRY_VERSION=(?<currentValue>.+?)\\s+"
],
"fileMatch": ["/Dockerfile$"],
"matchStrings": ["ARG SHARRY_VERSION=(?<currentValue>.+?)\\s+"],
"datasourceTemplate": "github-tags",
"depNameTemplate": "eikek/sharry",
"versioningTemplate": "loose"
}
],
"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"
}
Expand Down

0 comments on commit 349f834

Please sign in to comment.