Compare commits

..

No commits in common. "main" and "v6.2.2" have entirely different histories.
main ... v6.2.2

View File

@ -10,15 +10,16 @@ updates:
interval: "daily" interval: "daily"
allow: allow:
- dependency-name: "playwright" - dependency-name: "playwright"
versioning-strategy: increase
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
allow:
- dependency-name: "@noble*" - dependency-name: "@noble*"
- dependency-name: "fflate" - dependency-name: "fflate"
versioning-strategy: increase versioning-strategy: increase
cooldown: # consider updates only X days after release
semver-major-days: 7
semver-minor-days: 1
semver-patch-days: 1
include:
- "*"
groups: groups:
# Any packages matching the pattern @noble* where the highest resolvable # Any packages matching the pattern @noble* where the highest resolvable
# version is minor or patch will be grouped together. # version is minor or patch will be grouped together.
@ -30,34 +31,3 @@ updates:
update-types: update-types:
- "minor" - "minor"
- "patch" - "patch"
# update other dependencies separately on a monthly basis
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
ignore: # targeted by other schedule above
- dependency-name: "playwright"
- dependency-name: "@noble*"
- dependency-name: "fflate"
versioning-strategy: increase
cooldown: # consider updates only X days after release
semver-major-days: 30
semver-minor-days: 3
semver-patch-days: 3
include:
- "*"
groups:
dev-dependencies:
applies-to: version-updates
patterns:
- "*"
update-types: # major updates will trigger non-grouped MRs
- "minor"
- "patch"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "CI"