38773e89ff
* Simplify production build actions This merges both the netlify-prod and docker action and also automatically add tarball to releases. * Delete docker.yaml * Delete netlify-prod.yaml * Cosmetic changes and add dockerhub check * Cosmetic changes * Fix check runs on Tuesdays only
28 lines
652 B
YAML
28 lines
652 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: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
day: "tuesday"
|
|
time: "01:00"
|
|
timezone: "Asia/Kolkata"
|
|
|
|
- package-ecosystem: docker
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
day: "tuesday"
|
|
time: "01:00"
|
|
timezone: "Asia/Kolkata"
|
|
|
|
- package-ecosystem: npm
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
day: "tuesday"
|
|
time: "01:00"
|
|
timezone: "Asia/Kolkata"
|