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