Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi authored and eclipse-winery-bot committed May 17, 2024
1 parent 068b3d1 commit 26f7985
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions otterdog/winery.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,15 @@ local orgs = import 'vendor/otterdog-defaults/otterdog-defaults.libsonnet';
orgs.newOrg('winery') {
settings+: {
blog: "http://eclipse.org/winery/",
dependabot_alerts_enabled_for_new_repositories: false,
dependabot_security_updates_enabled_for_new_repositories: false,
dependency_graph_enabled_for_new_repositories: false,
description: "Winery is a trademark of the Eclipse Foundation. Additional Winery repositories not (yet) covered by the Eclipse Foundation IP policy.",
email: "webmaster@eclipse-foundation.org",
members_can_change_project_visibility: false,
name: "Eclipse Winery",
packages_containers_internal: false,
packages_containers_public: false,
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
},
},
_repositories+:: [
orgs.extendRepo('.eclipsefdn') {
private_vulnerability_reporting_enabled: true,
},
orgs.newRepo('BPMN4TOSCA2BPEL') {
archived: true,
default_branch: "master",
Expand Down

0 comments on commit 26f7985

Please sign in to comment.