Skip to content

Commit 1ab4f65

Browse files
authored
Update dependabot.yml
1 parent 0796b1a commit 1ab4f65

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,16 @@ updates:
1212
open-pull-requests-limit: 5
1313
target-branch: "Automatic_version_update_dependabot"
1414
registries:
15-
- private-registry
16-
type: nuget
15+
- registry: "private-registry"
16+
type: "nuget"
1717
url: "https://pkgs.dev.azure.com/e-LfH/_packaging/LearningHubFeed/nuget/v3/index.json"
1818
username: "kevin.whittaker"
1919
password: ${{ secrets.AZURE_DEVOPS_PAT }}
2020
ignore:
2121
- dependency-name: "LearningHub.Nhs.Models*"
2222
- dependency-name: "elfhHub.Nhs.Models*"
2323
- dependency-name: "LearningHub.Nhs.Caching*"
24-
ignore:
25-
# Ignore updates to packages that start with 'Wildcards'
2624
- dependency-name: "NHSUKViewComponents.Web"
27-
# Ignore some updates to the package
2825
- dependency-name: "Microsoft.VisualStudio.Web.CodeGeneration.Design"
2926
versions: [">7.0.0"]
3027
- dependency-name: "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation"
@@ -34,10 +31,7 @@ updates:
3431
- dependency-name: "EntityFrameworkCore.Testing.Moq"
3532
versions: [">5.0.0"]
3633
- dependency-name: "Selenium.WebDriver.ChromeDriver"
37-
versions: ">=113.0.5672.1278" # Recommended version
38-
# For all packages, ignore all patch updates
39-
#- dependency-name: "*"
40-
# update-types: ["version-update:semver-patch"]
34+
versions: ">=113.0.5672.1278" # Recommended version
4135

4236
# Configuration for npm Auth
4337
- package-ecosystem: "npm"

0 commit comments

Comments
 (0)