Skip to content

Commit

Permalink
Updating file 'otterdog/eclipse-dataspace-dcp.jsonnet' with otterdog.
Browse files Browse the repository at this point in the history
  • Loading branch information
heurtematte authored and eclipse-dataspace-dcp-bot committed Jun 4, 2024
1 parent 0b76375 commit 09d2e60
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions otterdog/eclipse-dataspace-dcp.jsonnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
local orgs = import 'vendor/otterdog-defaults/otterdog-defaults.libsonnet';

orgs.newOrg('eclipse-dataspace-dcp') {
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: "Decentralized Claims Protocol ",
packages_containers_internal: false,
packages_containers_public: false,
plan: "free",
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
},
},
}

0 comments on commit 09d2e60

Please sign in to comment.