From 6c028a2e94b201397409d2dc44eae96c42d5d743 Mon Sep 17 00:00:00 2001 From: Wayne Starr Date: Wed, 13 Mar 2024 13:52:47 -0600 Subject: [PATCH] chore: add initial shared renovate config --- renovate.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..1781846 --- /dev/null +++ b/renovate.json @@ -0,0 +1,10 @@ +{ + "extends": [ + "github>defenseunicorns/uds-common//config/renovate.json5", + ":semanticCommits", + ":semanticPrefixFixDepsChoreOthers", + "group:all", + "replacements:all", + "workarounds:all" + ] +}