From b29c2c208f8a4e1d562b89c153f8d6b11b277855 Mon Sep 17 00:00:00 2001 From: Colin Dean Date: Thu, 19 Feb 2026 16:16:19 -0500 Subject: [PATCH] Create dco.yml for Developer Certificate of Origin Add configuration for dco2 to manage contributor sign-offs. --- .github/dco.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/dco.yml diff --git a/.github/dco.yml b/.github/dco.yml new file mode 100644 index 0000000..cb5b363 --- /dev/null +++ b/.github/dco.yml @@ -0,0 +1,25 @@ +#### +# This file configures dco2, a tool Target uses to nudge contributors to sign-off their +# adherence to the DCO agreement. +# +# dco2: https://github.com/cncf/dco2 +# +# For more information about Target's use of the Developer Certificate of Origin standard, +# please see https://github.com/target/.github. +# +# This file should be kept in sync with https://github.com/target/.github/blob/main/dco.yml +# +#### +# https://github.com/cncf/dco2?#remediation-commits +allowRemediationCommits: + # Allow individual remediation commits + # https://github.com/cncf/dco2?#individual + individual: true + # DO NOT Allow third-party remediation commits + # https://github.com/cncf/dco2?#third-party + thirdParty: false + +require: + # Target contributors are NOT required to sign-off commits + # https://github.com/cncf/dco2?#skipping-sign-off-for-organization-members + members: false