From 28aa56b8fc8499f7bac0e672bd8b7d2f48215352 Mon Sep 17 00:00:00 2001 From: Andre Weber Date: Wed, 11 Dec 2024 15:21:33 +0100 Subject: [PATCH] Add Repository for kuksa-java-sdk --- otterdog/eclipse-kuksa.jsonnet | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/otterdog/eclipse-kuksa.jsonnet b/otterdog/eclipse-kuksa.jsonnet index c441112..167514d 100644 --- a/otterdog/eclipse-kuksa.jsonnet +++ b/otterdog/eclipse-kuksa.jsonnet @@ -416,5 +416,19 @@ orgs.newOrg('eclipse-kuksa') { kuksa_default_branch_protection_rule('main') ], }, + orgs.newRepo('kuksa-java-sdk') { + allow_merge_commit: true, + allow_rebase_merge: false, + allow_squash_merge: false, + allow_update_branch: false, + dependabot_security_updates_enabled: true, + web_commit_signoff_required: false, + workflows+: { + actions_can_approve_pull_request_reviews: false, + }, + branch_protection_rules: [ + kuksa_default_branch_protection_rule('main') + ], + }, ], }