Sunshine/.github/dependabot.yml

49 lines
1.1 KiB
YAML
Raw Normal View History

2022-08-07 23:33:19 +00:00
---
2022-07-30 02:29:35 +00:00
# This action is centrally managed in https://github.com/<organization>/.github/
# 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
- 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
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
2023-02-07 18:52:39 +00:00
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "daily"
time: "10:30"
open-pull-requests-limit: 10