Skip to content

Commit 8426011

Browse files
authored
Update dependabot.yml
1 parent 89bd157 commit 8426011

File tree

1 file changed

+6
-17
lines changed

1 file changed

+6
-17
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,14 @@
55

66
version: 2
77
updates:
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"]

0 commit comments

Comments
 (0)