We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5fcc25 commit b4a8cb2Copy full SHA for b4a8cb2
.github/dependabot.yml
@@ -16,11 +16,11 @@ updates:
16
- dependency-name: "Microsoft.FeatureManagement.AspNetCore*"
17
# Ignore some updates to the package
18
- dependency-name: "Microsoft.VisualStudio.Web.CodeGeneration.Design"
19
- versions: ["7.*"]
+ versions: ["7.*, 8.*"]
20
- dependency-name: "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation"
21
22
- dependency-name: "Microsoft.AspNetCore.Mvc.Testing"
23
24
- dependency-name: "Selenium.WebDriver.ChromeDriver"
25
versions: ">=113.0.5672.1278" # Recommended version
26
# For all packages, ignore all patch updates
0 commit comments