Skip to content

Commit

Permalink
fix renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
halkeye committed May 23, 2024
1 parent 6412327 commit 9c84fca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>halkeye/halkeye//.github/renovate/base.json5",
]
"github>halkeye/halkeye//.github/renovate/base.json5"
],
"customManagers": [
{
"customType": "regex",
"fileMatch": ["^.github/workflows/build.yml$"],
"matchStrings": ["GATHIO_VERSION: (?<currentValue>.*?)\\n"],
"depNameTemplate": "lowercasename/gathio",
"datasourceTemplate": "github-releases",
"datasourceTemplate": "github-releases"
}
]
}

0 comments on commit 9c84fca

Please sign in to comment.