frequi_origin/.github/dependabot.yml

70 lines
1.3 KiB
YAML
Raw Permalink Normal View History

2020-07-16 05:10:40 +00:00
version: 2
updates:
- package-ecosystem: docker
directory: "/"
schedule:
2020-07-26 08:46:24 +00:00
interval: "daily"
2023-04-17 04:27:01 +00:00
time: "03:00"
2024-02-08 16:59:07 +00:00
timezone: "Etc/UTC"
2020-07-16 05:10:40 +00:00
open-pull-requests-limit: 10
- package-ecosystem: docker
directory: "/.devcontainer/"
schedule:
interval: "daily"
2023-04-17 04:27:01 +00:00
time: "03:00"
2024-02-08 16:59:07 +00:00
timezone: "Etc/UTC"
open-pull-requests-limit: 10
2020-07-16 05:10:40 +00:00
- package-ecosystem: npm
directory: "/"
schedule:
2020-07-26 08:46:24 +00:00
interval: "weekly"
2021-10-22 05:07:06 +00:00
day: "wednesday"
2023-04-17 04:27:01 +00:00
time: "03:00"
2024-02-08 16:59:07 +00:00
timezone: "Etc/UTC"
open-pull-requests-limit: 20
2021-10-28 17:39:30 +00:00
target-branch: main
2024-02-08 16:59:07 +00:00
groups:
eslint:
dependency-type: "development"
patterns:
- "eslint"
- "eslint-*"
2024-04-25 15:07:26 +00:00
- "@eslint/*"
2024-02-08 16:59:07 +00:00
- "@typescript-eslint/*"
2024-04-25 15:07:26 +00:00
- "typescript-eslint"
- "@vue/eslint-*"
2024-02-08 16:59:07 +00:00
vue:
patterns:
- "@vue/*"
- "vue-*"
2024-02-08 17:05:07 +00:00
- "vue"
2024-02-08 16:59:07 +00:00
- "pinia*"
exclude-patterns:
- "*eslint*"
2024-02-21 05:31:42 +00:00
- "vue-echarts"
2024-02-08 17:05:07 +00:00
vueuse:
patterns:
- "@vueuse/*"
2024-02-08 16:59:07 +00:00
bootstrap:
patterns:
- "bootstrap*"
unplugin:
patterns:
- "unplugin*"
date-fns:
patterns:
- "date-fns*"
2021-12-11 10:51:05 +00:00
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
2023-04-12 05:14:21 +00:00
day: "thursday"
2023-04-17 04:27:01 +00:00
time: "03:00"
2024-02-08 16:59:07 +00:00
timezone: "Etc/UTC"
2021-12-11 10:51:05 +00:00
open-pull-requests-limit: 10
target-branch: main