Skip to content

Commit

Permalink
Migrate renovate config (#521)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] authored Nov 8, 2024
1 parent 456d02d commit b2895ad
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
"labels": ["dependencies", "no-stale"],
"commitMessagePrefix": "⬆️",
"commitMessageTopic": "{{depName}}",
"regexManagers": [
"customManagers": [
{
"customType": "regex",
"fileMatch": ["/Dockerfile$", "/build.yaml$"],
"matchStringsStrategy": "any",
"matchStrings": [
Expand All @@ -16,6 +17,7 @@
"datasourceTemplate": "docker"
},
{
"customType": "regex",
"fileMatch": ["/Dockerfile$"],
"matchStringsStrategy": "any",
"matchStrings": [
Expand Down Expand Up @@ -58,8 +60,8 @@
{
"groupName": "Python",
"matchDatasources": ["repology"],
"matchPackagePatterns": ["^alpine_.*/python3(-dev)?$"],
"automerge": true
"automerge": true,
"matchPackageNames": ["/^alpine_.*/python3(-dev)?$/"]
}
]
}

0 comments on commit b2895ad

Please sign in to comment.