Merge pull request 'chore(config): migrate renovate config' (#3) from renovate/migrate-config into main
All checks were successful
Deploy / build (push) Successful in 23s

Reviewed-on: #3
This commit is contained in:
2024-05-02 18:07:04 +12:00

View File

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