14 Commits

Author SHA1 Message Date
Matan Lurey
2f43dc3ead
Do not update patch versions for dependabot/github-actions. (#164055)
Towards https://github.com/flutter/flutter/issues/158350.
2025-02-27 16:35:47 +00:00
Jenn Magder
a45ecdcd02
Ignore codecov/codecov-action patch version updates (#159996)
Ignore patch versions for this GitHub dependency
(https://github.com/flutter/flutter/pull/159440) from dependabot.

## Pre-launch Checklist

- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [x] I signed the [CLA].
- [ ] I listed at least one issue that this PR fixes in the description
above.
- [x] I updated/added relevant documentation (doc comments with `///`).
- [x] I added new tests to check the change I am making, or this PR is
[test-exempt].
- [x] I followed the [breaking change policy] and added [Data Driven
Fixes] where supported.
- [x] All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel
on [Discord].

<!-- Links -->
[Contributor Guide]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview
[Tree Hygiene]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md
[test-exempt]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests
[Flutter Style Guide]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md
[Features we expect every widget to implement]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement
[CLA]: https://cla.developers.google.com/
[flutter/tests]: https://github.com/flutter/tests
[breaking change policy]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes
[Discord]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md
[Data Driven Fixes]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md
2024-12-20 04:29:36 +00:00
Jenn Magder
ee586d45ad
Clean up dependabot config, add github-action group (#158408)
1. Delete bundler and docker, these directories no longer exist and we have no Docker or Gemfiles any more.
2. Update outdated reviewer list which was blocking any reviewers from being added. https://github.com/flutter/flutter/pull/157473#issuecomment-2433542624
3. Change github action update from daily to weekly
4. Add a `group` so all github action dependencies are updated in the same PR, instead of one-per-dependency. The PR will look like:
__________

<img width="400" alt="Screenshot 2024-11-08 at 11 08 52 AM" src="https://github.com/user-attachments/assets/eebedf69-3fae-409b-9c88-c3afc8036c52">

__________

See also https://github.com/flutter/packages/pull/8044
2024-11-13 00:38:16 +00:00
Jenn Magder
5a663e6ef8
Update dependabot reviewers (#148101)
Update dependabot reviewers.
2024-05-09 19:59:27 -07:00
Jenn Magder
7f0504d9b9
Add self as bundler dependabot reviewer (#140081)
Take back bundler/gem reviewership from @vashworth (thanks for covering!)
2023-12-13 20:40:43 +00:00
Michael Goderbauer
094f529b6a
Fix team-infra label in dependabot (#138917)
As part of the new triage process (https://flutter.dev/go/triage-2023-rfc) the "team: infra" label was replaced by "team-infra"
2023-11-22 22:04:15 +00:00
Jenn Magder
152f160508
Swap bundler dependabot reviewers (#125333)
Remove myself as a the CocoaPods gem [dependabot](https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/) reviewer and add @christopherfujino and @vashworth instead for Ruby gem bumps:
3a436f47f5/dev/ci/mac/Gemfile

This is low traffic (one review every few months): https://github.com/flutter/flutter/pulls?q=is%3Apr+dependabot+cocoapods+is%3Aclosed

Note the last minor version was ignored https://github.com/flutter/flutter/pull/122051 due to https://github.com/flutter/flutter/issues/122057.

We have pretty good plugins/CocoaPods test coverage, so if that infra issue were fixed we should feel pretty safe about bumping this if all the tests pass.
2023-04-21 22:26:18 +00:00
Ian Hickson
fa2deadd84
Remove myself from dependabot review queue (#110224) 2022-08-25 16:38:16 +00:00
godofredoc
e1d9adf483
Use autosubmit for dependabot PRs. (#106082) 2022-06-16 04:56:04 +00:00
Christopher Fujino
8f58af8b8c
correct github account usernames (#99716) 2022-03-07 15:51:23 -08:00
godofredoc
a5f3fcf61e
Add dependabot for github actions workflows. (#97760) 2022-02-04 10:55:22 -08:00
godofredoc
67789b3a5d
Add dependabot for docker files. (#97556) 2022-02-03 16:35:14 -08:00
Jenn Magder
7c9f8eeb83
Fix dependabot directory (#71624) 2020-12-03 08:58:07 -08:00
Jenn Magder
614a6ba636
Turn on dependabot to roll bundler dependencies (#71602) 2020-12-02 17:11:00 -08:00