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