diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 02b7da27175..ab93737f2e4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,8 @@ updates: directory: "/" schedule: interval: daily + ignore: + - dependency-name: "Verify.*" groups: roslyn: patterns: @@ -21,14 +23,6 @@ updates: - "xunit.v3" - "xunit.v3.*" - - package-ecosystem: "nuget" - target-branch: main - directory: "/" - schedule: - interval: "monthly" - allow: - - dependency-name: "Verify.*" - - package-ecosystem: npm target-branch: main directory: "/templates"