{ "extends": ["config:base", ":semanticCommitsDisabled"], "separateMajorMinor": true, "separateMinorPatch": true, "separateMultipleMajor": true, "prHourlyLimit": 10, "packageRules": [ { "datasources": ["docker"], "packageNames": ["ubuntu"], "pinDigests": true }, { "packageNames": ["haiwen/seahub"], "commitMessageTopic": "Seafile" } ], "kubernetes": { "fileMatch": ["k8s/.+\\.yaml$"] }, "customManagers": [ { "customType": "regex", "fileMatch": [".*Dockerfile$"], "matchStrings": ["ENV SEAFILE_VERSION=(?.*?)\\n"], "depNameTemplate": "haiwen/seahub", "datasourceTemplate": "github-tags", "extractVersionTemplate": "^v(?.*)-server$" } ], "pip_requirements": { "fileMatch": [".*Dockerfile$"] } }