From 8159f96ff20f440a855eba76d5bb472855ecbf18 Mon Sep 17 00:00:00 2001 From: Andrew Leonard <31470007+andrew-m-leonard@users.noreply.github.com> Date: Mon, 25 Sep 2023 11:58:57 +0100 Subject: [PATCH] Add jdk21u adoptium mirror repo (#30) * Add jdk21u adoptium mirror repo Signed-off-by: Andrew Leonard * Disable dependabot warnings and updates for all mirrors repos from openjdk Signed-off-by: Thomas Neidhart --------- Signed-off-by: Andrew Leonard Signed-off-by: Thomas Neidhart Co-authored-by: Thomas Neidhart --- otterdog/adoptium.jsonnet | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/otterdog/adoptium.jsonnet b/otterdog/adoptium.jsonnet index 667f9f5..07b9102 100644 --- a/otterdog/adoptium.jsonnet +++ b/otterdog/adoptium.jsonnet @@ -150,7 +150,7 @@ orgs.newOrg('adoptium') { allow_update_branch: false, default_branch: "master", delete_branch_on_merge: false, - dependabot_security_updates_enabled: true, + dependabot_alerts_enabled: false, description: "JDK8u mirror. This source code is an unmodified mirror of source code obtained from OpenJDK https://github.com/openjdk/jdk8u. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible", homepage: "", web_commit_signoff_required: false, @@ -567,6 +567,7 @@ orgs.newOrg('adoptium') { orgs.newRepo('jdk17') { archived: true, default_branch: "master", + dependabot_alerts_enabled: false, description: "JDK17 mirror. This source code is an unmodified mirror of source code obtained from OpenJDK https://github.com/openjdk/jdk17. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead, use the tested and certified Java SE compatible version of the code that is available at https://www.adoptium.net.", homepage: "", web_commit_signoff_required: false, @@ -584,6 +585,7 @@ orgs.newOrg('adoptium') { orgs.newRepo('jdk18') { archived: true, default_branch: "master", + dependabot_alerts_enabled: false, description: "JDK18 mirror. This source code is an unmodified mirror of source code obtained from OpenJDK https://github.com/openjdk/jdk18. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version of the code that is available at https://adoptium.net.", web_commit_signoff_required: false, }, @@ -599,6 +601,7 @@ orgs.newOrg('adoptium') { orgs.newRepo('jdk19') { archived: true, default_branch: "master", + dependabot_alerts_enabled: false, description: "jdk19 repository", secret_scanning: "disabled", web_commit_signoff_required: false, @@ -608,7 +611,7 @@ orgs.newOrg('adoptium') { allow_update_branch: false, default_branch: "dev", delete_branch_on_merge: false, - dependabot_security_updates_enabled: true, + dependabot_alerts_enabled: false, secret_scanning: "disabled", secret_scanning_push_protection: "disabled", web_commit_signoff_required: false, @@ -616,6 +619,7 @@ orgs.newOrg('adoptium') { orgs.newRepo('jdk20') { archived: true, default_branch: "master", + dependabot_alerts_enabled: false, secret_scanning: "disabled", web_commit_signoff_required: false, }, @@ -624,7 +628,7 @@ orgs.newOrg('adoptium') { allow_update_branch: false, default_branch: "master", delete_branch_on_merge: false, - dependabot_security_updates_enabled: true, + dependabot_alerts_enabled: false, secret_scanning: "disabled", secret_scanning_push_protection: "disabled", web_commit_signoff_required: false, @@ -634,7 +638,17 @@ orgs.newOrg('adoptium') { allow_update_branch: false, default_branch: "master", delete_branch_on_merge: false, - dependabot_security_updates_enabled: true, + dependabot_alerts_enabled: false, + secret_scanning_push_protection: "disabled", + web_commit_signoff_required: false, + }, + orgs.newRepo('jdk21u') { + allow_merge_commit: true, + allow_update_branch: false, + default_branch: "master", + delete_branch_on_merge: false, + dependabot_alerts_enabled: false, + secret_scanning: "disabled", secret_scanning_push_protection: "disabled", web_commit_signoff_required: false, }, @@ -653,6 +667,7 @@ orgs.newOrg('adoptium') { orgs.newRepo('jdk8u_hg') { archived: true, default_branch: "master", + dependabot_alerts_enabled: false, description: "JDK8u mirror from mercurial from", homepage: "http://hg.openjdk.java.net/jdk8u/jdk8u/", web_commit_signoff_required: false,