Skip to content

Commit

Permalink
Update configuration to reflect live settings
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-jetty-bot committed Feb 2, 2024
1 parent 6b1adf2 commit 5866395
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions otterdog/jetty.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,14 @@ local orgs = import 'vendor/otterdog-defaults/otterdog-defaults.libsonnet';
orgs.newOrg('jetty') {
settings+: {
blog: "https://eclipse.dev/jetty",
dependabot_alerts_enabled_for_new_repositories: false,
dependabot_security_updates_enabled_for_new_repositories: false,
dependency_graph_enabled_for_new_repositories: false,
description: "The Eclipse Jetty Project",
email: "[email protected]",
name: "Eclipse Jetty",
packages_containers_internal: false,
packages_containers_public: false,
readers_can_create_discussions: true,
security_managers+: [
"rt-jetty-committers"
],
two_factor_requirement: false,
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
Expand Down

0 comments on commit 5866395

Please sign in to comment.