Skip to content

Commit

Permalink
update config to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-cyclonedds-bot committed Mar 11, 2024
1 parent d8e6d49 commit f3607d8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions otterdog/eclipse-cyclonedds.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ orgs.newOrg('eclipse-cyclonedds') {
},
},
_repositories+:: [
orgs.extendRepo('.eclipsefdn') {
private_vulnerability_reporting_enabled: true,
},
orgs.newRepo('cyclonedds') {
allow_merge_commit: true,
allow_update_branch: false,
Expand All @@ -23,6 +26,7 @@ orgs.newOrg('eclipse-cyclonedds') {
dependabot_security_updates_enabled: true,
description: "Eclipse Cyclone DDS project",
homepage: "https://projects.eclipse.org/projects/iot.cyclonedds",
private_vulnerability_reporting_enabled: true,
topics+: [
"dds"
],
Expand Down Expand Up @@ -50,6 +54,7 @@ orgs.newOrg('eclipse-cyclonedds') {
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: false,
private_vulnerability_reporting_enabled: true,
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
Expand All @@ -60,6 +65,7 @@ orgs.newOrg('eclipse-cyclonedds') {
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: false,
private_vulnerability_reporting_enabled: true,
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
Expand All @@ -74,6 +80,7 @@ orgs.newOrg('eclipse-cyclonedds') {
gh_pages_build_type: "legacy",
gh_pages_source_branch: "gh-pages",
gh_pages_source_path: "/",
private_vulnerability_reporting_enabled: true,
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
Expand Down

0 comments on commit f3607d8

Please sign in to comment.