diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 024c3be9ae..8af5d2cf2b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,3 +12,7 @@ updates: interval: "daily" time: "06:00" open-pull-requests-limit: 5 + ignore: + # Ignore rollup and plugins until everything else is updated + - dependency-name: "*rollup*" + - dependency-name: "@rollup/*"