Skip to content

Commit 4de56e4

Browse files
authored
Merge pull request #10051 from mook-as/dependabot/disable-webpack
dependabot: disable webpack upgrades
2 parents 56dd9b2 + 220f231 commit 4de56e4

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)