Bertrand Benjamin
3179ec8fe6
All checks were successful
continuous-integration/drone Build is passing
11 lines
235 B
JavaScript
11 lines
235 B
JavaScript
module.exports = {
|
|
platform: "gitea",
|
|
endpoint: "https://git.opytex.org/api/v1/",
|
|
autodiscover: true,
|
|
onboardingConfig: {
|
|
extends: ["renovate/renovate-config"],
|
|
},
|
|
optimizeForDisabled: true,
|
|
persistRepoData: true,
|
|
};
|