mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 19:28:39 +00:00
24 lines
642 B
YAML
24 lines
642 B
YAML
# Please see the documentation for all configuration options:
|
|
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "npm"
|
|
directory: "/" # Location of package manifests
|
|
schedule:
|
|
interval: "daily"
|
|
- package-ecosystem: "npm"
|
|
directory: "/website/"
|
|
schedule:
|
|
interval: "daily"
|
|
|
|
- package-ecosystem: "gitsubmodule"
|
|
directory: "/" # Location of .gitmodules
|
|
schedule:
|
|
interval: "daily"
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/" # Location of .github
|
|
schedule:
|
|
interval: "daily"
|