mirror of
https://github.com/GameServerManagers/LinuxGSM.git
synced 2025-01-07 03:26:50 +08:00
635f4bce52
* feat: start using prettier linter https://prettier.io/ * feat: prettier code formatting * feat: add super linter
9 lines
216 B
YAML
9 lines
216 B
YAML
# Set update schedule for GitHub Actions
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
# Check for updates to GitHub Actions every weekday
|
|
interval: "daily"
|