Skip to content

Commit

Permalink
Update default_branch to 12.0.x on new jetty-examples (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime authored Jan 11, 2024
1 parent 6f593c8 commit c25ace5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions otterdog/jetty.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ orgs.newOrg('jetty') {
orgs.newRepo('jetty-examples') {
allow_merge_commit: true,
allow_update_branch: true,
default_branch: "12.0.x",
delete_branch_on_merge: true,
dependabot_security_updates_enabled: true,
description: "Eclipse Jetty® - Examples",
Expand Down

0 comments on commit c25ace5

Please sign in to comment.