Skip to content

Commit

Permalink
Feature: Dependabot ignores major versions on nuget packages (#2683)
Browse files Browse the repository at this point in the history
  • Loading branch information
hocinehacherouf authored Dec 9, 2023
1 parent 08a46a5 commit 61c0589
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ updates:
directory: "/src/"
schedule:
interval: "daily"
# Maintain dependencies for the web client
- package-ecosystem: "npm"
directory: "/src/IoTHub.Portal/Client"
schedule:
interval: "daily"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]

0 comments on commit 61c0589

Please sign in to comment.