···11+# To get started with Dependabot version updates, you'll need to specify which
22+# package ecosystems to update and where the package manifests are located.
33+# Please see the documentation for all configuration options:
44+# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
55+66+version: 2
77+updates:
88+ - package-ecosystem: "npm" # See documentation for possible values
99+ directories:
1010+ - "/"
1111+ - "/docsite"
1212+ schedule:
1313+ interval: "weekly"
1414+ - package-ecosystem: "docker"
1515+ # Look for a `Dockerfile` in the `root` directory
1616+ directory: "/"
1717+ # Check for updates once a week
1818+ schedule:
1919+ interval: "weekly"