mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-06 16:39:11 +01:00
* Add renovate.json --------- Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Markus Opolka <markus@martialblog.de>
10 lines
163 B
JSON
10 lines
163 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"enabledManagers": ["dockerfile", "github-actions"],
|
|
"dockerfile": {
|
|
"ignorePaths": ["4.0", "nginx-certbot"]
|
|
}
|
|
}
|