Sunshine/.github/dependabot.yml

72 lines
1.6 KiB
YAML
Raw Normal View History

2022-08-07 23:33:19 +00:00
---
2024-07-29 02:45:08 +00:00
# This file is centrally managed in https://github.com/<organization>/.github/
2022-07-30 02:29:35 +00:00
# Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in
# the above-mentioned repo.
2022-02-16 22:50:52 +00:00
version: 2
updates:
2022-10-10 16:07:07 +00:00
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
2023-01-19 17:35:16 +00:00
time: "08:00"
2022-10-10 16:07:07 +00:00
open-pull-requests-limit: 10
2022-02-16 22:50:52 +00:00
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
2023-01-19 17:35:16 +00:00
time: "08:30"
2022-07-30 02:29:35 +00:00
open-pull-requests-limit: 10
2024-09-21 04:50:31 +00:00
groups:
docker-actions:
applies-to: version-updates
patterns:
- "docker/*"
github-actions:
applies-to: version-updates
patterns:
- "actions/*"
- "github/*"
lizardbyte-actions:
applies-to: version-updates
patterns:
- "LizardByte/*"
2022-07-30 02:29:35 +00:00
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
2023-01-19 17:35:16 +00:00
time: "09:00"
2022-07-30 02:29:35 +00:00
open-pull-requests-limit: 10
2024-09-21 04:50:31 +00:00
groups:
dev-dependencies:
applies-to: version-updates
dependency-type: "development"
2022-06-07 22:32:09 +00:00
2023-02-07 18:52:39 +00:00
- package-ecosystem: "nuget"
2022-07-30 02:29:35 +00:00
directory: "/"
2022-06-07 22:32:09 +00:00
schedule:
interval: "daily"
2023-01-19 17:35:16 +00:00
time: "09:30"
2022-06-07 22:32:09 +00:00
open-pull-requests-limit: 10
2022-11-18 22:14:22 +00:00
2023-02-07 18:52:39 +00:00
- package-ecosystem: "pip"
2022-11-18 22:14:22 +00:00
directory: "/"
schedule:
interval: "daily"
2023-01-19 17:35:16 +00:00
time: "10:00"
2022-11-18 22:14:22 +00:00
open-pull-requests-limit: 10
2024-09-21 04:50:31 +00:00
groups:
pytest-dependencies:
applies-to: version-updates
patterns:
- "pytest*"
2023-02-07 18:52:39 +00:00
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "daily"
time: "10:30"
open-pull-requests-limit: 10