mirror of
https://github.com/cinnyapp/cinny-desktop.git
synced 2024-12-28 18:36:29 +00:00
31 lines
754 B
YAML
31 lines
754 B
YAML
|
# Docs: <https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/customizing-dependency-updates>
|
||
|
|
||
|
version: 2
|
||
|
updates:
|
||
|
- package-ecosystem: npm
|
||
|
directory: /
|
||
|
schedule:
|
||
|
interval: weekly
|
||
|
day: "tuesday"
|
||
|
time: "01:00"
|
||
|
timezone: "Asia/Kolkata"
|
||
|
open-pull-requests-limit: 15
|
||
|
|
||
|
- package-ecosystem: github-actions
|
||
|
directory: /
|
||
|
schedule:
|
||
|
interval: weekly
|
||
|
day: "tuesday"
|
||
|
time: "01:00"
|
||
|
timezone: "Asia/Kolkata"
|
||
|
open-pull-requests-limit: 5
|
||
|
|
||
|
- package-ecosystem: cargo
|
||
|
directory: /src-tauri/
|
||
|
schedule:
|
||
|
interval: weekly
|
||
|
day: "tuesday"
|
||
|
time: "01:00"
|
||
|
timezone: "Asia/Kolkata"
|
||
|
open-pull-requests-limit: 5
|