cstate/.github/dependabot.yml
Roxedus 75a6dc7883
Introduces GHActions for automatic deployment
Adds a workflow to deploy the site to gh-pages on push

Adds dependabot definition to keep actions, and the theme up to date
2021-02-25 16:04:07 +01:00

20 lines
346 B
YAML

# Update dependencies
version: 2
updates:
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "daily"
labels:
- "dependencies"
- "automerge"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
- "dependencies"
- "automerge"