Skip to content

Commit

Permalink
[dependabot] Generalizes dependabot commit message prefix (flutter#8255)
Browse files Browse the repository at this point in the history
Changes dependabot commit message prefix from "[gradle]" to "[dependabot]" since dependabot handles more than Gradle updates.

Also updates dependabot configuration docs link since the one included didn't work for me.
  • Loading branch information
camsim99 authored Dec 9, 2024
1 parent 2dc8b98 commit 0f1fd49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# See Dependabot documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
Expand Down Expand Up @@ -66,7 +66,7 @@ updates:
- /packages/webview_flutter/webview_flutter_android/example/android/app
- /third_party/packages/flutter_svg/example/android/app
commit-message:
prefix: "[gradle]"
prefix: "[dependabot]"
schedule:
interval: "weekly"
labels:
Expand Down Expand Up @@ -99,7 +99,7 @@ updates:
- /packages/video_player/video_player_android/android
- /packages/webview_flutter/webview_flutter_android/android
commit-message:
prefix: "[gradle]"
prefix: "[dependabot]"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
Expand Down

0 comments on commit 0f1fd49

Please sign in to comment.