Skip to content

Commit b164be3

Browse files
authored
Remove packages/platform from dependabot config (#8099)
Package was removed in #6898. However the path was still being passed to dependabot, which made it mad: ``` ERROR <job_916983349> Error during file fetching; aborting: No files found in /packages/platform/example/android/app ``` https://github.com/flutter/packages/actions/runs/11845225387/job/33010210199 I don't understand why this only started failing on #8044 and not when the package was removed (since it moved that path from one place to another https://github.com/flutter/packages/pull/8036/files#diff-dd4fbda47e51f1e35defb9275a9cd9c212ecde0b870cba89ddaaae65c5f3cd28L571)
1 parent 2475290 commit b164be3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ updates:
4747
- /packages/palette_generator/example/android/app
4848
- /packages/path_provider/path_provider/example/android/app
4949
- /packages/path_provider/path_provider_android/example/android/app
50-
- /packages/platform/example/android/app
5150
- /packages/pigeon/example/app/android/app
5251
- /packages/pigeon/platform_tests/test_plugin/example/android/app
5352
- /packages/pigeon/platform_tests/alternate_language_test_plugin/example/android/app

0 commit comments

Comments
 (0)