Skip to content

Commit 4d8a8c1

Browse files
committed
Add Repository for kuksa-java-sdk
1 parent 52acb62 commit 4d8a8c1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

otterdog/eclipse-kuksa.jsonnet

+14
Original file line numberDiff line numberDiff line change
@@ -413,5 +413,19 @@ orgs.newOrg('eclipse-kuksa') {
413413
kuksa_default_branch_protection_rule('main')
414414
],
415415
},
416+
orgs.newRepo('kuksa-java-sdk') {
417+
allow_merge_commit: true,
418+
allow_rebase_merge: false,
419+
allow_squash_merge: false,
420+
allow_update_branch: false,
421+
dependabot_security_updates_enabled: true,
422+
web_commit_signoff_required: false,
423+
workflows+: {
424+
actions_can_approve_pull_request_reviews: false,
425+
},
426+
branch_protection_rules: [
427+
kuksa_default_branch_protection_rule('main')
428+
],
429+
},
416430
],
417431
}

0 commit comments

Comments
 (0)