1
0
mirror of https://github.com/actions/checkout.git synced 2026-06-17 17:24:00 +08:00

Create main.yml

This commit is contained in:
Fortress-Hub
2025-07-13 12:56:32 +04:00
committed by GitHub
parent 4c9771d239
commit 88f75d99cf

16
.github/workflows/main.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "terraform"
directory: "/infra"
schedule:
interval: "daily"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"