Skip to content

Commit c0761b4

Browse files
Merge remote-tracking branch 'origin/master-sync-multiformats'
2 parents 8d56dd9 + 1bf0ea9 commit c0761b4

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

github/multiformats.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1714,10 +1714,18 @@ repositories:
17141714
content: |
17151715
version: 2
17161716
updates:
1717+
# Non breaking changes will be grouped in a single PR. This way we can see
1718+
# on the CI if any minor update accidentally broke our code.
1719+
# Breaking changes will create individual PRs.
17171720
- package-ecosystem: "cargo"
17181721
directory: "/"
17191722
schedule:
17201723
interval: "daily"
1724+
groups:
1725+
minor-and-patch-updates:
1726+
patterns:
1727+
- "*"
1728+
update-types: ["minor", "patch"]
17211729
17221730
- package-ecosystem: "github-actions"
17231731
directory: "/"

0 commit comments

Comments
 (0)