Keeping your flutter app dependencies always up to date with Github dependabot
Sep 19, 2023
In this article, I show how to leverage Github dependabot to always keep your Flutter app dependencies up-to-date.
aws amplify
Configure Dependabot
version: 2
updates:
- package-ecosystem: "flutter"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "daily"