diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 000000000..66f2992df --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,32 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + ":dependencyDashboard", + ":semanticCommitTypeAll(chore)", + ":ignoreModulesAndTests", + "group:recommended", + "replacements:all", + "workarounds:all" + ], + "commitMessageTopic": "{{depName}}", + "labels": [ + "dependencies" + ], + "git-submodules": { + "enabled": true + }, + "packageRules": [ + { + "matchPackageNames": [ + "https://github.com/meshtastic/protobufs.git" + ], + "changelogUrl": "https://github.com/meshtastic/protobufs/compare/{{currentDigest}}...{{newDigest}}" + }, + { + "matchPackageNames": [ + "https://github.com/meshtastic/design.git" + ], + "changelogUrl": "https://github.com/meshtastic/design/compare/{{currentDigest}}...{{newDigest}}" + } + ] +} diff --git a/renovate.json b/renovate.json deleted file mode 100644 index b136bd6fc..000000000 --- a/renovate.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - ":dependencyDashboard", - ":semanticCommitTypeAll(chore)", - ":ignoreModulesAndTests", - "group:recommended", - "replacements:all", - "workarounds:all" - ], - "commitMessageTopic": "{{depName}}", - "labels": [ - "dependencies" - ], - "git-submodules": { - "enabled": true - } -}