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)" + ] +}