Skip to content

Commit

Permalink
chore: updating ignore dependancy from patch to minor (#1941)
Browse files Browse the repository at this point in the history
Signed-off-by: Rajpal Chauhan <[email protected]>
  • Loading branch information
rajpalc7 authored Apr 18, 2024
1 parent e5f4cea commit 7ffcc27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ updates:
timezone: "Canada/Pacific"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-patch"]
update-types: ["version-update:semver-major", "version-update:semver-minor"]

# Maintain dependencies for TypeScript and JavaScript
- package-ecosystem: "npm"
Expand All @@ -35,7 +35,7 @@ updates:
timezone: "Canada/Pacific"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-patch"]
update-types: ["version-update:semver-major", "version-update:semver-minor"]

# Maintain dependencies for Gradle
- package-ecosystem: "gradle"
Expand Down

0 comments on commit 7ffcc27

Please sign in to comment.