Skip to content

Commit

Permalink
fix(ci): Migrate renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
GoetzGoerisch committed Sep 26, 2023
1 parent af8192f commit eff91c3
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
{
"extends": [
"config:base"
],
"extends": ["config:recommended"],
"rebaseWhen": "behind-base-branch",
"dependencyDashboard": true,
"git-submodules": {
"enabled": true
},
"git-submodules": {"enabled": true},
"regexManagers": [
{
"fileMatch": ["^Dockerfile$"],
"matchStringsStrategy": "any",
"matchStrings": [
"\\s\\s(?<package>[a-z0-9][a-z0-9-_]+)=(?<currentValue>[a-z0-9-_.]+)\\s+"
],
"versioningTemplate": "loose",
"datasourceTemplate": "repology",
"depNameTemplate": "alpine_3_18/{{package}}"
{
"customType": "regex",
"fileMatch": ["^Dockerfile$"],
"matchStringsStrategy": "any",
"matchStrings": [
"\\s\\s(?<package>[a-z0-9][a-z0-9-_]+)=(?<currentValue>[a-z0-9-_.]+)\\s+"
],
"versioningTemplate": "loose",
"datasourceTemplate": "repology",
"depNameTemplate": "alpine_3_18/{{package}}"
}
]
}

0 comments on commit eff91c3

Please sign in to comment.