We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d56dd9 + 1bf0ea9 commit c0761b4Copy full SHA for c0761b4
1 file changed
github/multiformats.yml
@@ -1714,10 +1714,18 @@ repositories:
1714
content: |
1715
version: 2
1716
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.
1720
- package-ecosystem: "cargo"
1721
directory: "/"
1722
schedule:
1723
interval: "daily"
1724
+ groups:
1725
+ minor-and-patch-updates:
1726
+ patterns:
1727
+ - "*"
1728
+ update-types: ["minor", "patch"]
1729
1730
- package-ecosystem: "github-actions"
1731
0 commit comments