Skip to content

Commit

Permalink
Add devkit-binaries repo (#51)
Browse files Browse the repository at this point in the history
* Add devkit-binaries repo

Signed-off-by: Andrew Leonard <[email protected]>

* Update otterdog/adoptium.jsonnet

Co-authored-by: George Adams <[email protected]>
Signed-off-by: Thomas Neidhart <[email protected]>

---------

Signed-off-by: Andrew Leonard <[email protected]>
Signed-off-by: Thomas Neidhart <[email protected]>
Co-authored-by: Thomas Neidhart <[email protected]>
Co-authored-by: George Adams <[email protected]>
  • Loading branch information
3 people authored Mar 7, 2024
1 parent fa9c220 commit 5f2fb8a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions otterdog/adoptium.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,14 @@ orgs.newOrg('adoptium') {
orgs.newBranchProtectionRule('main'),
],
},
orgs.newRepo('devkit-binaries') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
description: "Repository for Adoptium OpenJDK DevKit builds",
has_issues: false,
},
newBinaryRepo('temurin11-binaries') {},
newBinaryRepo('temurin16-binaries') {},
newBinaryRepo('temurin17-binaries') {},
Expand Down

0 comments on commit 5f2fb8a

Please sign in to comment.