2022-03-15 12:34:14 +01:00
|
|
|
# Docs: <https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/customizing-dependency-updates>
|
2022-01-30 16:27:53 +01:00
|
|
|
|
2025-01-17 09:53:49 +01:00
|
|
|
version: 2
|
2025-01-18 05:35:39 +01:00
|
|
|
updates:
|
2025-01-08 12:35:46 +01:00
|
|
|
# - package-ecosystem: npm
|
|
|
|
# directory: /
|
|
|
|
# schedule:
|
|
|
|
# interval: weekly
|
|
|
|
# day: "tuesday"
|
|
|
|
# time: "01:00"
|
|
|
|
# timezone: "Asia/Kolkata"
|
|
|
|
# open-pull-requests-limit: 15
|
2022-01-30 16:27:53 +01:00
|
|
|
|
2025-01-17 09:53:49 +01:00
|
|
|
- package-ecosystem: github-actions
|
|
|
|
directory: /
|
|
|
|
schedule:
|
|
|
|
interval: weekly
|
|
|
|
day: "tuesday"
|
|
|
|
time: "01:00"
|
|
|
|
timezone: "Asia/Kolkata"
|
|
|
|
open-pull-requests-limit: 5
|
2022-01-30 16:27:53 +01:00
|
|
|
|
2025-01-17 09:53:49 +01:00
|
|
|
- package-ecosystem: docker
|
|
|
|
directory: /
|
|
|
|
schedule:
|
|
|
|
interval: weekly
|
|
|
|
day: "tuesday"
|
|
|
|
time: "01:00"
|
|
|
|
timezone: "Asia/Kolkata"
|
|
|
|
open-pull-requests-limit: 5
|