diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a7600609ba..14515b0983 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,12 +8,3 @@ updates: actions-deps: patterns: - "*" - - package-ecosystem: "nuget" - directories: - - "/src/*" - schedule: - interval: "weekly" - groups: - all-nuget-updates: - patterns: - - "*" diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000000..bd8d4b56b4 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,9 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ], + "nuget": { + "enabled": true + } +}