mirror of
https://github.com/Fdawgs/node-poppler.git
synced 2026-07-02 00:17:43 +08:00
60 lines
1.5 KiB
YAML
60 lines
1.5 KiB
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: devcontainers
|
|
commit-message:
|
|
include: scope
|
|
prefix: build
|
|
directory: /
|
|
groups:
|
|
devcontainers:
|
|
patterns:
|
|
- "ghcr.io/devcontainers/features/*"
|
|
open-pull-requests-limit: 20
|
|
schedule:
|
|
interval: monthly
|
|
|
|
- package-ecosystem: github-actions
|
|
commit-message:
|
|
include: scope
|
|
prefix: ci
|
|
directory: /
|
|
groups:
|
|
github-owned:
|
|
patterns:
|
|
- "actions/*"
|
|
- "github/*"
|
|
- "octokit/*"
|
|
open-pull-requests-limit: 20
|
|
schedule:
|
|
interval: monthly
|
|
|
|
- package-ecosystem: npm
|
|
commit-message:
|
|
include: scope
|
|
prefix: build
|
|
cooldown:
|
|
include:
|
|
- "*"
|
|
semver-major-days: 60
|
|
semver-minor-days: 21
|
|
semver-patch-days: 7
|
|
directory: /
|
|
groups:
|
|
commitlint:
|
|
patterns:
|
|
- "@commitlint*"
|
|
eslint:
|
|
patterns:
|
|
- "@eslint*"
|
|
- "*eslint-config*"
|
|
- "eslint*"
|
|
ignore:
|
|
# Below are dependencies that have migrated to ESM
|
|
# in their next major version so they cannot be updated
|
|
- dependency-name: camelcase
|
|
update-types:
|
|
- "version-update:semver-major"
|
|
open-pull-requests-limit: 20
|
|
schedule:
|
|
interval: monthly
|