Skip to content

Commit 220f231

Browse files
committed
dependabot: disable webpack upgrades
We are currently using @vue/cli-service which pulls in an older version of webpack. That is not compatible with versions past what we are currently using. In order to upgrade webpack further, we will need to drop the usage of @vue/cli-service; the recommended path forward is to migrate to vite. Signed-off-by: Mark Yen <mark.yen@suse.com>
1 parent 56dd9b2 commit 220f231

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ updates:
3030
# ignore until we arrive a solution that uses it.
3131
dependency-name: "@rancher/shell"
3232
versions: [">0.1"]
33+
- # We are currently using @vue/cli-service which depends on an older version
34+
# of webpack. Upgrading webpack past what we currently have causes
35+
# conflicts between the different versions of webpack. Disable further
36+
# updates of webpack until we can migrate off @vue/cli-service (which is
37+
# unlikely to be fixed as it is in maintenance mode).
38+
dependency-name: "webpack"
3339

3440
# Maintain dependencies for Golang
3541
- package-ecosystem: "gomod"

0 commit comments

Comments
 (0)