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-dataspace-protocol-base-bot committed May 24, 2024
1 parent 4ca6084 commit 9712699
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions otterdog/eclipse-dataspace-protocol-base.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,8 @@ local orgs = import 'vendor/otterdog-defaults/otterdog-defaults.libsonnet';

orgs.newOrg('eclipse-dataspace-protocol-base') {
settings+: {
dependabot_alerts_enabled_for_new_repositories: false,
dependabot_security_updates_enabled_for_new_repositories: false,
dependency_graph_enabled_for_new_repositories: false,
description: "",
members_can_change_project_visibility: false,
name: "Eclipse Dataspace Protocol",
packages_containers_internal: false,
packages_containers_public: false,
two_factor_requirement: false,
web_commit_signoff_required: false,
workflows+: {
Expand All @@ -23,8 +17,6 @@ orgs.newOrg('eclipse-dataspace-protocol-base') {
allow_update_branch: false,
delete_branch_on_merge: false,
description: "Dataspace Protocol Base website",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
Expand Down

0 comments on commit 9712699

Please sign in to comment.