Skip to content

Commit

Permalink
update config to reflect live settings
Browse files Browse the repository at this point in the history
  • Loading branch information
adoptium-bot committed Mar 11, 2024
1 parent 5f2fb8a commit d6eab12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions otterdog/adoptium.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ local orgsOrig = import 'vendor/otterdog-defaults/otterdog-defaults.libsonnet';
// Set Adoptium specific defaults here
local newAdoptiumRepo(name) = orgsOrig.newRepo(name) {
dependabot_security_updates_enabled: true,
private_vulnerability_reporting_enabled: true,
web_commit_signoff_required: false,
};

Expand Down

0 comments on commit d6eab12

Please sign in to comment.