frequi_origin/.github/dependabot.yml

38 lines
723 B
YAML
Raw 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"
2023-04-12 05:14:21 +00:00
timezone: "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"
2023-04-12 05:14:21 +00:00
timezone: "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"
2023-04-12 05:14:21 +00:00
timezone: "UTC"
2020-07-16 05:10:40 +00:00
open-pull-requests-limit: 10
2021-10-28 17:39:30 +00:00
target-branch: main
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"
2023-04-12 05:14:21 +00:00
timezone: "UTC"
2021-12-11 10:51:05 +00:00
open-pull-requests-limit: 10
target-branch: main