2022-03-15 13:34:14 +02:00
|
|
|
# Docs: <https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/customizing-dependency-updates>
|
2022-01-30 17:27:53 +02:00
|
|
|
|
|
|
|
version: 2
|
|
|
|
|
|
|
|
updates:
|
|
|
|
- package-ecosystem: github-actions
|
|
|
|
directory: /
|
2022-03-15 13:34:14 +02:00
|
|
|
schedule:
|
|
|
|
interval: weekly
|
|
|
|
day: "tuesday"
|
|
|
|
time: "01:00"
|
|
|
|
timezone: "Asia/Kolkata"
|
2022-01-30 17:27:53 +02:00
|
|
|
|
|
|
|
- package-ecosystem: docker
|
|
|
|
directory: /
|
2022-03-15 13:34:14 +02:00
|
|
|
schedule:
|
|
|
|
interval: weekly
|
|
|
|
day: "tuesday"
|
|
|
|
time: "01:00"
|
|
|
|
timezone: "Asia/Kolkata"
|
2022-01-30 17:27:53 +02:00
|
|
|
|
|
|
|
- package-ecosystem: npm
|
|
|
|
directory: /
|
2022-03-15 13:34:14 +02:00
|
|
|
schedule:
|
|
|
|
interval: weekly
|
|
|
|
day: "tuesday"
|
|
|
|
time: "01:00"
|
|
|
|
timezone: "Asia/Kolkata"
|