xref: /DADK/.github/dependabot.yml (revision f188a2a5d3659281a31cd9afda592e87e434a655)
1*f188a2a5SChiichen# To get started with Dependabot version updates, you'll need to specify which
2*f188a2a5SChiichen# package ecosystems to update and where the package manifests are located.
3*f188a2a5SChiichen# Please see the documentation for all configuration options:
4*f188a2a5SChiichen# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5*f188a2a5SChiichen
6*f188a2a5SChiichenversion: 2
7*f188a2a5SChiichenupdates:
8*f188a2a5SChiichen  - package-ecosystem: "cargo" # See documentation for possible values
9*f188a2a5SChiichen    directory: "/" # Location of package manifests
10*f188a2a5SChiichen    schedule:
11*f188a2a5SChiichen      interval: "weekly"
12