Skip to content

Commit

Permalink
fix: shut dependabot up even more
Browse files Browse the repository at this point in the history
  • Loading branch information
mmvanheusden committed Nov 16, 2024
1 parent 6bf96a5 commit 10487ca
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ updates:
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
groups:
actions-deps:
patterns:
- "*"

- package-ecosystem: "cargo"
directory: "src-tauri/"
Expand All @@ -15,3 +19,7 @@ updates:
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
groups:
actions-deps:
patterns:
- "*"

0 comments on commit 10487ca

Please sign in to comment.