Sam Therapy
6854d33287
All checks were successful
renovate / renovate (push) Successful in 47s
Signed-off-by: Sam Therapy <sam@samtherapy.net>
16 lines
No EOL
338 B
JavaScript
16 lines
No EOL
338 B
JavaScript
module.exports = {
|
|
endpoint: "https://git.froth.zone/api/v1/",
|
|
onboardingConfig: {
|
|
extends: [
|
|
"config:base",
|
|
":pinSkipCi",
|
|
":enableVulnerabilityAlerts",
|
|
":semanticCommits",
|
|
],
|
|
"automerge": true
|
|
},
|
|
postUpdateOptions: ["gomodTidy", "pnpmDedupe"],
|
|
platform: "gitea",
|
|
autodiscover: true,
|
|
optimizeForDisabled: true,
|
|
}; |