Skip to content

Commit

Permalink
update config after repository transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi authored and eclipse-kuksa-bot committed Sep 2, 2024
1 parent 85e918a commit 7075c49
Showing 1 changed file with 75 additions and 0 deletions.
75 changes: 75 additions & 0 deletions otterdog/eclipse-kuksa.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,81 @@ orgs.newOrg('eclipse-kuksa') {
kuksa_default_branch_protection_rule('main')
],
},
orgs.newRepo('kuksa.apps') {
allow_merge_commit: true,
allow_update_branch: false,
archived: true,
default_branch: "master",
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
description: "Kuksa Apps repo",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
},
orgs.newRepo('kuksa.cloud') {
allow_merge_commit: true,
allow_update_branch: false,
archived: true,
default_branch: "master",
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
description: "Kuksa Apps repo",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
},
orgs.newRepo('kuksa.ide') {
allow_merge_commit: true,
allow_update_branch: false,
archived: true,
default_branch: "master",
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
description: "Kuksa Apps repo",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
},
orgs.newRepo('kuksa.invehicle') {
allow_merge_commit: true,
allow_update_branch: false,
archived: true,
default_branch: "master",
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
description: "Kuksa Apps repo",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
},
orgs.newRepo('kuksa.val.feeders') {
allow_merge_commit: true,
allow_update_branch: false,
archived: true,
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
description: "Kuksa Apps repo",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
secrets+: [
orgs.newRepoSecret('PUSH_CONTAINER_TOKEN') {
value: "********",
}
],
},
orgs.newRepo('kuksa.val.services') {
allow_merge_commit: true,
allow_update_branch: false,
archived: true,
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
description: "Kuksa Apps repo",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
},
orgs.newRepo('kuksa-android-sdk') {
allow_merge_commit: true,
allow_rebase_merge: false,
Expand Down

0 comments on commit 7075c49

Please sign in to comment.