Skip to content

Commit

Permalink
feat: add new repository for nexus3-as-code (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: sebastien.heurtematte <[email protected]>
heurtematte authored Jun 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent fbd1321 commit 1be7902
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions otterdog/eclipse-cbi.jsonnet
Original file line number Diff line number Diff line change
@@ -348,6 +348,17 @@ orgs.newOrg('eclipse-cbi') {
newBranchProtectionRule(thisRepo.default_branch),
],
},
orgs.newRepo('nexus3-as-code') {
local thisRepo = self,
dependabot_security_updates_enabled: true,
description: "Manage Nexus3 configuration as code with Terraform",
workflows+: {
default_workflow_permissions: "write",
},
branch_protection_rules: [
newBranchProtectionRule(thisRepo.default_branch),
],
},
orgs.newRepo('org.eclipse.cbi') {
local thisRepo = self,
dependabot_security_updates_enabled: true,

0 comments on commit 1be7902

Please sign in to comment.