File tree Expand file tree Collapse file tree 1 file changed +6
-17
lines changed
Expand file tree Collapse file tree 1 file changed +6
-17
lines changed Original file line number Diff line number Diff line change 55
66version : 2
77updates :
8- - package-ecosystem : " nuget"
8+ # Configuration for npm Auth
9+ - package-ecosystem : " npm"
910 directory : " Auth/LearningHub.Nhs.Auth/" # Location of package manifests
1011 schedule :
1112 interval : " daily"
12- open-pull-requests-limit : 1
1313 target-branch : " Automatic_version_update_dependabot"
14+ # - "dependencies"
15+ open-pull-requests-limit : 1
1416 ignore :
15- # Ignore updates to packages that start with 'Wildcards'
16- - dependency-name : " Microsoft.FeatureManagement.AspNetCore*"
17- - dependency-name : " Microsoft.TestPlatform.TestHost*"
18- # Ignore some updates to the package
19- - dependency-name : " Microsoft.VisualStudio.Web.CodeGeneration.Design"
20- versions : [">7.0.0"]
21- - dependency-name : " Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation"
22- versions : [">7.0.0"]
23- - dependency-name : " Microsoft.AspNetCore.Mvc.Testing"
24- versions : [">7.0.0"]
25- - dependency-name : " Selenium.WebDriver.ChromeDriver"
26- versions : " >=113.0.5672.1278" # Recommended version
27- # For all packages, ignore all patch updates
28- # - dependency-name: "*"
29- # update-types: ["version-update:semver-patch"]
17+ - dependency-name : " *"
18+ update-types : ["version-update:semver-major"]
You can’t perform that action at this time.
0 commit comments