chore(config): migrate renovate config #3

Merged
hads merged 1 commits from renovate/migrate-config into main 2024-05-02 18:07:05 +12:00

View File

@@ -3,8 +3,9 @@
"extends": [ "extends": [
"local>hads/renovate-config" "local>hads/renovate-config"
], ],
"regexManagers": [ "customManagers": [
{ {
"customType": "regex",
"fileMatch": [ "fileMatch": [
"(^|/)Dockerfile$", "(^|/)Dockerfile$",
"(^|/)Dockerfile\\.[^/]*$" "(^|/)Dockerfile\\.[^/]*$"
@@ -14,4 +15,4 @@
] ]
} }
] ]
} }