mirror of
https://github.com/apricote/hcloud-upload-image.git
synced 2026-01-13 13:21:01 +00:00
chore(config): migrate Renovate config (#147)
This commit is contained in:
parent
919461ddd0
commit
740dbb5c68
1 changed files with 6 additions and 3 deletions
|
|
@ -11,12 +11,15 @@
|
|||
"gomodTidy",
|
||||
"gomodUpdateImportPaths"
|
||||
],
|
||||
"goGetDirs": ["./...", "./hcloudimages/..."],
|
||||
"goGetDirs": [
|
||||
"./...",
|
||||
"./hcloudimages/..."
|
||||
],
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": [
|
||||
"^\\.github\\/(?:workflows|actions)\\/.+\\.ya?ml$"
|
||||
"managerFilePatterns": [
|
||||
"/^\\.github\\/(?:workflows|actions)\\/.+\\.ya?ml$/"
|
||||
],
|
||||
"matchStrings": [
|
||||
"(?:version|VERSION): (?<currentValue>.+) # renovate: datasource=(?<datasource>[a-z-]+) depName=(?<depName>.+)(?: packageName=(?<packageName>.+))?(?: versioning=(?<versioning>[a-z-]+))?"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue