Skip to content

Commit

Permalink
Reimport after adding support for dependabot_security_updates_enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-cbi-bot committed Jul 13, 2023
1 parent 0f338cf commit cf2ce90
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions otterdog/eclipse-cbi.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -31,27 +31,34 @@ orgs.newOrg('eclipse-cbi') {
},
],
_repositories+:: [
orgs.extendRepo('.eclipsefdn') {
dependabot_security_updates_enabled: true,
},
orgs.newRepo('.github') {
allow_update_branch: false,
default_branch: "master",
dependabot_security_updates_enabled: true,
description: "Global configurations for the eclipse-cbi GitHub organization",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
},
orgs.newRepo('ansible-playbooks') {
allow_update_branch: false,
dependabot_security_updates_enabled: true,
description: "Ansible playbooks for CBI",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
},
orgs.newRepo('best-practices') {
allow_update_branch: false,
dependabot_security_updates_enabled: true,
description: "Collection of best practices for Common Build Infrastructure",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
},
orgs.newRepo('buildkitd-okd') {
allow_update_branch: false,
dependabot_security_updates_enabled: true,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
},
Expand All @@ -60,12 +67,14 @@ orgs.newOrg('eclipse-cbi') {
allow_squash_merge: false,
allow_update_branch: false,
default_branch: "master",
dependabot_security_updates_enabled: true,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
},
orgs.newRepo('dockerfiles') {
allow_update_branch: false,
default_branch: "master",
dependabot_security_updates_enabled: true,
description: "Various Dockerfiles for building stuff @ Eclipse",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
Expand All @@ -84,11 +93,13 @@ orgs.newOrg('eclipse-cbi') {
orgs.newRepo('dockertools') {
allow_update_branch: false,
default_branch: "master",
dependabot_security_updates_enabled: true,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
},
orgs.newRepo('eclipse-cbi-tycho-example') {
allow_update_branch: false,
dependabot_security_updates_enabled: true,
description: "Eclipse CBI Tycho example project",
homepage: "",
secret_scanning: "disabled",
Expand All @@ -103,6 +114,7 @@ orgs.newOrg('eclipse-cbi') {
},
orgs.newRepo('epl-license-feature') {
allow_update_branch: false,
dependabot_security_updates_enabled: true,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
},
Expand Down Expand Up @@ -135,6 +147,7 @@ orgs.newOrg('eclipse-cbi') {
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: true,
dependabot_security_updates_enabled: true,
description: "Jenkins infrastructure for projects hosted by the Eclipse Foundation",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
Expand All @@ -145,6 +158,7 @@ orgs.newOrg('eclipse-cbi') {
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: true,
dependabot_security_updates_enabled: true,
description: "Jenkins agents for projects hosted by the Eclipse Foundation",
homepage: "",
secret_scanning: "disabled",
Expand All @@ -153,6 +167,7 @@ orgs.newOrg('eclipse-cbi') {
orgs.newRepo('jiro-dashboard') {
allow_update_branch: false,
default_branch: "master",
dependabot_security_updates_enabled: true,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
},
Expand All @@ -162,13 +177,15 @@ orgs.newOrg('eclipse-cbi') {
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: true,
dependabot_security_updates_enabled: true,
description: "Jenkins master (base) images for projects hosted by the Eclipse Foundation",
homepage: "",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
},
orgs.newRepo('jiro-static-agents') {
allow_update_branch: false,
dependabot_security_updates_enabled: true,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
},
Expand All @@ -177,6 +194,7 @@ orgs.newOrg('eclipse-cbi') {
allow_squash_merge: false,
allow_update_branch: false,
delete_branch_on_merge: true,
dependabot_security_updates_enabled: true,
description: "REST Service to notarize macOS application bundles and DMG",
has_discussions: true,
homepage: "",
Expand Down Expand Up @@ -206,28 +224,33 @@ orgs.newOrg('eclipse-cbi') {
},
orgs.newRepo('org.eclipse.cbi') {
delete_branch_on_merge: true,
dependabot_security_updates_enabled: true,
description: "CBI Maven plugins and Webservices",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
},
orgs.newRepo('org.eclipse.cbi-testdata') {
allow_update_branch: false,
dependabot_security_updates_enabled: true,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
},
orgs.newRepo('p2repo-aggregator') {
allow_update_branch: false,
dependabot_security_updates_enabled: true,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
},
orgs.newRepo('p2repo-analyzers') {
allow_update_branch: false,
dependabot_security_updates_enabled: true,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
},
orgs.newRepo('sonatype-nexus') {
allow_update_branch: false,
default_branch: "master",
dependabot_security_updates_enabled: true,
description: "Docker images and Kubernetes deployment files for Sonatype Nexus repositories hosted by the Eclipse Foundation",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
Expand All @@ -238,6 +261,7 @@ orgs.newOrg('eclipse-cbi') {
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: true,
dependabot_security_updates_enabled: true,
description: "Target Platform Definition DSL and Generator",
homepage: "",
secret_scanning: "disabled",
Expand Down

0 comments on commit cf2ce90

Please sign in to comment.