mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-03-30 15:08:32 +00:00
CI: setup Dependabot to update non-dev dependencies
We unfortunately need to manually list them as they are still declared as dev dependencies in the package.json, due to the fact that we bundle them.
This commit is contained in:
parent
e454faab0c
commit
e80d71bdfc
20
.github/.dependabot.yml
vendored
20
.github/.dependabot.yml
vendored
@ -7,3 +7,23 @@ updates:
|
||||
allow:
|
||||
- dependency-name: "playwright"
|
||||
versioning-strategy: increase
|
||||
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
allow:
|
||||
- dependency-name: "@noble*"
|
||||
- dependency-name: "fflate"
|
||||
versioning-strategy: increase
|
||||
groups:
|
||||
# Any packages matching the pattern @noble* where the highest resolvable
|
||||
# version is minor or patch will be grouped together.
|
||||
# Grouping rules apply to version updates only.
|
||||
noble:
|
||||
applies-to: version-updates
|
||||
patterns:
|
||||
- "@noble*"
|
||||
update-types:
|
||||
- "minor"
|
||||
- "patch"
|
Loading…
x
Reference in New Issue
Block a user