mirror of
https://github.com/linuxserver/cstate.git
synced 2026-01-18 02:42:49 +08:00
Adds a workflow to deploy the site to gh-pages on push Adds dependabot definition to keep actions, and the theme up to date
20 lines
346 B
YAML
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"
|