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 25, 2023
1 parent 5901470 commit c773358
Showing 1 changed file with 13 additions and 16 deletions.
29 changes: 13 additions & 16 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
},
"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}}"
"git-submodules": {"enabled": true},
"customManagers": [
{
"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 c773358

Please sign in to comment.