From b0a5a7899a1289771560fa3975ef842382cd7b00 Mon Sep 17 00:00:00 2001 From: Cameron Smith Date: Mon, 11 Sep 2023 16:40:03 -0400 Subject: [PATCH] feat: add renovate config --- .github/renovate.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 00000000..5a38f2e7 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,10 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "description": "renovate configuration for DNA-Diffusion", + "extends": [ + "config:base", + ":semanticCommits", + ":semanticCommitTypeAll(chore)", + ":semanticCommitScope(deps)" + ] +}