Skip to content

Commit

Permalink
chore: Configure Renovate (#706)
Browse files Browse the repository at this point in the history

---------

Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
  • Loading branch information
renovate[bot] authored Nov 1, 2024
1 parent ec02350 commit 212aee3
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":semanticCommits",
":semanticCommitTypeAll(chore)"
],
"labels": [
"dependencies"
],
"reviewersFromCodeOwners": true,
"enabledManagers": [
"gomod",
"github-actions",
"dockerfile",
"custom.regex"
],
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"^GO_VERSION$"
],
"depTypeTemplate": "language",
"matchStrings": [
"^(?<currentValue>[0-9.]+)"
],
"extractVersionTemplate": "^(?<version>.+)-linux-amd64$",
"depNameTemplate": "docker.io/gotify/build",
"autoReplaceStringTemplate": "{{{newValue}}}",
"datasourceTemplate": "docker",
"versioningTemplate": "docker"
}
],
"packageRules": [
{
"matchManagers": [
"gomod"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"groupName": "Bump Go dependencies",
"groupSlug": "bump-dependencies-go"
}
]
}

0 comments on commit 212aee3

Please sign in to comment.