Skip to content

Commit

Permalink
chore: switch repository for mariadb updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jbergstroem committed Dec 20, 2023
1 parent 109f910 commit d5b89f5
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"baseBranches": ["main"],
"extends": [
":rebaseStalePrs",
":disableRateLimiting",
":docker",
":semanticCommits"
],
"extends": [":rebaseStalePrs", ":disableRateLimiting", ":docker", ":semanticCommits"],
"enabledManagers": ["dockerfile", "github-actions", "regex"],
"commitMessageAction": "",
"commitMessageTopic": "{{depName}}",
Expand Down Expand Up @@ -58,7 +53,7 @@
"fileMatch": ["^Dockerfile$"],
"matchStrings": ["ARG APK_VERSION=\"(?<currentValue>.*?)\"\\n"],
"datasourceTemplate": "repology",
"depNameTemplate": "alpine_3_18/mariadb",
"depNameTemplate": "alpine_3_19/mariadb",
"versioningTemplate": "loose"
},
{
Expand Down

0 comments on commit d5b89f5

Please sign in to comment.