Skip to content

Commit

Permalink
Set dependabot_security_updates_enabled to true for all repos (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ladatz authored Mar 11, 2024
1 parent 4928c32 commit f98741c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions otterdog/eclipse-chariott.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ orgs.newOrg('eclipse-chariott') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
description: "Agemo",
web_commit_signoff_required: false,
branch_protection_rules: [
Expand All @@ -26,6 +27,7 @@ orgs.newOrg('eclipse-chariott') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
description: "chariott",
web_commit_signoff_required: false,
branch_protection_rules: [
Expand All @@ -39,6 +41,7 @@ orgs.newOrg('eclipse-chariott') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
description: "Chariott example applications and integrations with other components",
web_commit_signoff_required: false,
branch_protection_rules: [
Expand Down

0 comments on commit f98741c

Please sign in to comment.