module.exports = { endpoint: "https://git.cynarski.pl/api/v1", gitAuthor: "Renovate Bot ", platform: "gitea", onboardingConfigFileName: "renovate.json", autodiscover: true, recreateWhen: "always", reuseExistingBranch: true, branchPrefix: "update-deps/", labels: ['renovate', 'deps'], // Labels for PRs hostRules: [ { "hostType": "github", "token": "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" } ], regexManagers: [ { fileMatch: ['^Dockerfile$'], matchStrings: [ '# renovate: datasource=(?\\S+) depName=(?\\S+) versioning=(?\\S+)\\s+ENV \\w+=(?\\d+\\.\\d+\\.\\d+)' ], datasourceTemplate: '{{{datasource}}}', packageNameTemplate: '{{{depName}}}', versioningTemplate: '{{{versioning}}}', } ], };