aboutsummaryrefslogtreecommitdiff
path: root/renovate.config.cjs
blob: 3872bb4a3d239b63db15d624be40e9f91a865fcc (plain) (blame)
1
2
3
4
5
6
7
module.exports = {
	endpoint: "https://code.popov.link",
	gitAuthor: "RenovateBot <renovatebot@noreply.localhost>",
	onboardingConfigFileName: ".gitea/renovate.json",
	optimizeForDisabled: true,
	platform: "gitea",
};