LinuxGSM/.github/dependabot.yml
Daniel Gibbs 635f4bce52
chore: use prettier for code tidy (#3901)
* feat: start using prettier linter

https://prettier.io/

* feat: prettier code formatting

* feat: add super linter
2022-06-22 23:29:49 +01:00

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"