We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56dd9b2 + 220f231 commit 4de56e4Copy full SHA for 4de56e4
.github/dependabot.yml
@@ -30,6 +30,12 @@ updates:
30
# ignore until we arrive a solution that uses it.
31
dependency-name: "@rancher/shell"
32
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"
39
40
# Maintain dependencies for Golang
41
- package-ecosystem: "gomod"
0 commit comments