Skip to content

Commit

Permalink
ci: ignore patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
smlabt authored and tenthe committed Dec 24, 2022
1 parent df52d66 commit 14584d2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ updates:
- package-ecosystem: "npm"
directory: "/ui"
schedule:
interval: "daily"
interval: "daily"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]

0 comments on commit 14584d2

Please sign in to comment.