Skip to content

Commit

Permalink
feat(dependabot): group patch updates to eliminate PRs
Browse files Browse the repository at this point in the history
similar to containerd/runwasi#641

Signed-off-by: jiaxiao zhou <[email protected]>
  • Loading branch information
Mossaka committed Jul 12, 2024
1 parent 8f75740 commit 6d06c96
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ updates:
schedule:
interval: "weekly"
ignore:
- dependency-name: "wasmtime"
- dependency-name: "wasmtime"
groups:
patch:
update-types:
- "patch"

0 comments on commit 6d06c96

Please sign in to comment.