Compare commits

..

2 Commits

Author SHA1 Message Date
852ddb3231 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: https://git.nice.net.nz/hads/pocketbase-docker/pulls/3
2024-05-02 18:07:04 +12:00
Renovate Bot
d31fd41e33 chore(config): migrate config renovate.json
All checks were successful
Deploy / build (pull_request) Successful in 22s
2024-05-02 06:02:03 +00: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 @@
] ]
} }
] ]
} }