Skip to content

Commit

Permalink
Enable dependabot_security_updates_enabled for all repos (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ladatz authored Apr 9, 2024
1 parent 655266a commit 188072f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions otterdog/eclipse-ibeji.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ orgs.newOrg('eclipse-ibeji') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
description: "ibeji project",
web_commit_signoff_required: false,
workflows+: {
Expand All @@ -47,6 +48,7 @@ orgs.newOrg('eclipse-ibeji') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
description: "ibeji project example applications and integrations with other components",
web_commit_signoff_required: false,
workflows+: {
Expand Down

0 comments on commit 188072f

Please sign in to comment.