Skip to content

Commit

Permalink
Merge pull request #40 from casse-boubou/renovate/migrate-config
Browse files Browse the repository at this point in the history
Migrate renovate config
  • Loading branch information
casse-boubou authored Dec 7, 2024
2 parents 6d095e5 + 349f834 commit 05231e9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>casse-boubou/ha-addon-workflows//.github/renovate.json"],
"regexManagers": [
"customManagers": [
{
"customType": "regex",
"fileMatch": ["/build.yaml$"],
"matchStringsStrategy": "any",
"matchStrings": [
Expand All @@ -11,6 +12,7 @@
"datasourceTemplate": "docker"
},
{
"customType": "regex",
"fileMatch": ["/Dockerfile$"],
"matchStringsStrategy": "any",
"matchStrings": [
Expand All @@ -19,6 +21,7 @@
"datasourceTemplate": "docker"
},
{
"customType": "regex",
"fileMatch": ["/Dockerfile$"],
"matchStringsStrategy": "any",
"matchStrings": [
Expand All @@ -29,6 +32,7 @@
"depNameTemplate": "alpine_3_21/{{package}}"
},
{
"customType": "regex",
"fileMatch": ["/Dockerfile$"],
"matchStrings": ["ARG SHARRY_VERSION=(?<currentValue>.+?)\\s+"],
"datasourceTemplate": "github-tags",
Expand Down

0 comments on commit 05231e9

Please sign in to comment.