Files
KaTeX/.github/dependabot.yml

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"