Sunshine/.github/dependabot.yml

30 lines
760 B
YAML
Raw Normal View History

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:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
2022-07-30 02:29:35 +00:00
time: "00:00"
2022-02-16 22:50:52 +00:00
target-branch: "nightly"
2022-07-30 02:29:35 +00:00
open-pull-requests-limit: 10
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
time: "00:00"
target-branch: "nightly"
open-pull-requests-limit: 10
2022-06-07 22:32:09 +00:00
- package-ecosystem: "pip"
2022-07-30 02:29:35 +00:00
directory: "/"
2022-06-07 22:32:09 +00:00
schedule:
interval: "daily"
2022-07-30 02:29:35 +00:00
time: "00:00"
2022-06-07 22:32:09 +00:00
target-branch: "nightly"
open-pull-requests-limit: 10