From 8a7f74e14300e41e1b5705175c945040eee3f4c5 Mon Sep 17 00:00:00 2001 From: Ben Howe <141149032+bmhowe23@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:43:57 -0800 Subject: [PATCH] Update DCO config to allow remediation commits (#30) Signed-off-by: Ben Howe --- .github/dco.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/dco.yml diff --git a/.github/dco.yml b/.github/dco.yml new file mode 100644 index 0000000..827337a --- /dev/null +++ b/.github/dco.yml @@ -0,0 +1,3 @@ +allowRemediationCommits: + individual: true + thirdParty: false