From 9c01a08e2e15392f5f8dc5f3525d5764c2d96241 Mon Sep 17 00:00:00 2001 From: Mark Lee Date: Tue, 8 Dec 2020 12:02:30 -0800 Subject: [PATCH] chore(deps): ignore webpack 5.x auto-upgrade since it needs work --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2d6e07eb23..4d1a469d2c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,8 @@ updates: interval: "daily" ignore: - dependency-name: aws-sdk + - dependency-name: webpack + versions: ['5.x'] - package-ecosystem: "npm" directory: "/packages/template/typescript/tmpl" # Check the npm registry for updates every weekday