mirror of
https://github.com/Lissy93/dashy.git
synced 2026-04-19 09:46:55 -04:00
96 lines
1.8 KiB
YAML
96 lines
1.8 KiB
YAML
version: 2
|
|
updates:
|
|
|
|
- package-ecosystem: npm
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
day: friday
|
|
open-pull-requests-limit: 8
|
|
labels:
|
|
- "📦 Dependencies"
|
|
assignees:
|
|
- Lissy93
|
|
commit-message:
|
|
prefix: "⬆️"
|
|
prefix-development: "⬆️"
|
|
include: scope
|
|
versioning-strategy: increase
|
|
groups:
|
|
vue-ecosystem:
|
|
patterns:
|
|
- "vue*"
|
|
- "@vue/*"
|
|
- "v-*"
|
|
update-types:
|
|
- minor
|
|
- patch
|
|
babel:
|
|
patterns:
|
|
- "@babel/*"
|
|
update-types:
|
|
- minor
|
|
- patch
|
|
eslint:
|
|
patterns:
|
|
- "eslint*"
|
|
- "@vue/eslint-*"
|
|
update-types:
|
|
- minor
|
|
- patch
|
|
sentry:
|
|
patterns:
|
|
- "@sentry/*"
|
|
update-types:
|
|
- minor
|
|
- patch
|
|
vitest:
|
|
patterns:
|
|
- "vitest"
|
|
- "@vitest/*"
|
|
update-types:
|
|
- minor
|
|
- patch
|
|
minor-and-patch:
|
|
update-types:
|
|
- minor
|
|
- patch
|
|
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
day: friday
|
|
labels:
|
|
- "📦 Dependencies"
|
|
assignees:
|
|
- Lissy93
|
|
commit-message:
|
|
prefix: "⬆️"
|
|
include: scope
|
|
|
|
- package-ecosystem: docker
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
day: friday
|
|
labels:
|
|
- "📦 Dependencies"
|
|
assignees:
|
|
- Lissy93
|
|
commit-message:
|
|
prefix: "⬆️"
|
|
include: scope
|
|
|
|
- package-ecosystem: devcontainers
|
|
directory: /
|
|
schedule:
|
|
interval: monthly
|
|
labels:
|
|
- "📦 Dependencies"
|
|
assignees:
|
|
- Lissy93
|
|
commit-message:
|
|
prefix: "⬆️"
|
|
include: scope
|