templates for self-hosting game jams (or any other kind of jam tbh)
1# see https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
2version: 2
3updates:
4 # Maintain dependencies for GitHub Actions
5 - package-ecosystem: "github-actions"
6 directory: "/"
7 schedule:
8 interval: "daily"
9
10 # Maintain dependencies for npm
11 - package-ecosystem: "npm"
12 directory: "/"
13 schedule:
14 interval: "daily"