Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi authored and eclipse-mat-bot committed May 23, 2024
1 parent 4592f0a commit e9ab260
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions otterdog/eclipse-mat.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,8 @@ local orgs = import 'vendor/otterdog-defaults/otterdog-defaults.libsonnet';

orgs.newOrg('eclipse-mat') {
settings+: {
dependabot_alerts_enabled_for_new_repositories: false,
dependabot_security_updates_enabled_for_new_repositories: false,
dependency_graph_enabled_for_new_repositories: false,
description: "",
members_can_change_project_visibility: false,
name: "MAT project",
packages_containers_internal: false,
packages_containers_public: false,
plan: "free",
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
Expand All @@ -31,17 +24,13 @@ orgs.newOrg('eclipse-mat') {
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: false,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
},
orgs.newRepo('mat-website') {
allow_merge_commit: true,
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: false,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
enabled: false,
Expand Down

0 comments on commit e9ab260

Please sign in to comment.