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