Skip to content

Commit

Permalink
update config wrt code scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi authored and eclipse-capella-bot committed Jun 5, 2024
1 parent 1c1012d commit 12e83c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions otterdog/eclipse-capella.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,12 @@ orgs.newOrg('eclipse-capella') {
orgs.newRepo('capella-xmlpivot') {
allow_merge_commit: true,
allow_update_branch: false,
code_scanning_default_languages+: [
"javascript",
"javascript-typescript",
"typescript",
],
code_scanning_default_setup_enabled: true,
default_branch: "master",
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
Expand Down

0 comments on commit 12e83c0

Please sign in to comment.