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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"