dev-yakuza / dev-yakuza.github.io

8 stars 9 forks source link

[Flutter] GitHub Dependabot - Let's see how to use GitHub Dependabot to check the versions of the packages used in the Flutter project, and if there is a new version, create a Pull request automatically. #79

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

[Flutter] GitHub Dependabot - Let's see how to use GitHub Dependabot to check the versions of the packages used in the Flutter project, and if there is a new version, create a Pull request automatically.

Let's see how to use GitHub Dependabot to check the versions of the packages used in the Flutter project, and if there is a new version, create a Pull reques...

https://dev-yakuza.posstree.com/en/flutter/github/dependabot/

SiddheshKukade commented 1 year ago

Hi , my dependabot is now failing after upgrading flutter. please take a look here: https://stackoverflow.com/questions/75751974/dependabot-version-fails-due-to-outdated-flutter-version

dev-yakuza commented 1 year ago

@SiddheshKukade

I'm also facing the same issue.

The Dart package manager uses https://pub.dev by default. However, GitHub Dependabot uses https://pub.dartlang.org by default.

So, I think there is no way to fit it, currently. If I find the solution, I will share it.

SiddheshKukade commented 1 year ago

@dev-yakuza thanks for replying. I'll wait