Skip to content

Commit 5c82102

Browse files
chore(dependabot): update update-type for ethers (#961)
* chore(dependabot):ignore ethers for examples/packages * Update .github/dependabot.yml Co-authored-by: Jeason <[email protected]> * fix * chore: update group --------- Co-authored-by: Jeason <[email protected]>
1 parent 9a7bbba commit 5c82102

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12+
groups:
13+
ethers:
14+
applies-to: version-updates
15+
patterns:
16+
- "ethers*"
17+
update-types: ["major", "minor"]

0 commit comments

Comments
 (0)