Skip to content

Commit

Permalink
Updating file 'otterdog/eclipse-wakaama.jsonnet' with otterdog.
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-wakaama-bot committed Apr 3, 2024
1 parent db3ed73 commit f1fd0a4
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions otterdog/eclipse-wakaama.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,49 @@ orgs.newOrg('eclipse-wakaama') {
default_workflow_permissions: "write",
},
},
_repositories+:: [
orgs.newRepo('wakaama') {
allow_squash_merge: false,
allow_update_branch: false,
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
description: "Eclipse Wakaama is a C implementation of the Open Mobile Alliance's LightWeight M2M protocol (LWM2M).",
homepage: "",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
topics+: [
"c",
"coap",
"device-management",
"eclipseiot",
"internet-of-things",
"iot",
"lwm2m",
"lwm2m-client",
"lwm2m-protocol",
"lwm2m-server"
],
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
},
secrets: [
orgs.newRepoSecret('SONAR_TOKEN') {
value: "********",
},
],
},
orgs.newRepo('wakaama-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,
},
},
],
}

0 comments on commit f1fd0a4

Please sign in to comment.