generated from EclipseFdn/.eclipsefdn-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
62b3c80
commit 9e182ce
Showing
1 changed file
with
0 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,9 @@ local orgs = import 'vendor/otterdog-defaults/otterdog-defaults.libsonnet'; | |
orgs.newOrg('eclipse-capella') { | ||
settings+: { | ||
blog: "https://projects.eclipse.org/projects/polarsys.capella", | ||
dependabot_security_updates_enabled_for_new_repositories: false, | ||
description: "MBSE tool to successfully design system, software, and hardware architecture", | ||
email: "[email protected]", | ||
name: "Eclipse Capella™", | ||
two_factor_requirement: false, | ||
web_commit_signoff_required: false, | ||
workflows+: { | ||
actions_can_approve_pull_request_reviews: false, | ||
|