Skip to content
🎉 Welcome! Translations are currently experimental. | 翻訳は現在実験的です。 | 翻译目前处于实验阶段。
Click here to submit feedback! | ここをクリックしてフィードバックを送信してください! | 点击这里提交反馈!
Additional ResourcesContributeSetupMaintenance

Maintaining dependencies

More coming soon…

At the root of your folder you’ll need to add a dependabot config file .github/dependabot.yml like so

      • dependabot.yml
    .github/dependabot.yml
    version: 2
    updates:
      - package-ecosystem: "pnpm" # Adjust this for your project's ecosystem (e.g., npm, maven)
        directory: "/" # Directory where package manifests are located
        schedule:
          interval: "daily" # How often to check for updates
        allow:
          - dependency-name: "@aptos-labs/" # Specify dependency names you want to include