Skip to content

Commit

Permalink
Add Configuration to PASS-Documentation (#5)
Browse files Browse the repository at this point in the history
* Add config to pass-documentation

* Change secret scanning to enabled
  • Loading branch information
tsande16 authored Feb 28, 2024
1 parent 665c01a commit 45049a3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions otterdog/eclipse-pass.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,15 @@ orgs.newOrg('eclipse-pass') {
},
},
orgs.newRepo('pass-documentation') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
description: "PASS Documentation",
dependabot_alerts_enabled: true,
dependabot_security_updates_enabled: true,
secret_scanning: "enabled",
secret_scanning_push_protection: "enabled",
web_commit_signoff_required: false,
},
orgs.newRepo('pass-doi-service') {
allow_merge_commit: true,
Expand Down

0 comments on commit 45049a3

Please sign in to comment.