Skip to content

Commit 036d1bd

Browse files
authored
Group dependabot github-action update PRs, delete dead docker updates (#8044)
Dependabot now supports [grouping dependencies](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups) into one PR instead of one per dependency. Group github-action updates into one PR. Make github-actions update weekly instead of daily. Remove docker since it was removed in #4822 This means a PR like #7813 will instead be grouped into one. Here's an example of what that will look like: kubernetes-sigs/cluster-api#11347 __________ <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"> __________ https://github.com/kubernetes-sigs/cluster-api/blob/e13abeaed2bd3d7b04abd9c9823e2f4185fa6599/.github/dependabot.yaml#L10-L12 I also updated the reviewers to stop the "One or more of the users or teams you specified is not a collaborator" [error](#7813 (comment)). Part of flutter/flutter#148098
1 parent dcbac07 commit 036d1bd

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,15 @@
33

44
version: 2
55
updates:
6-
- package-ecosystem: "docker"
7-
directory: "/.ci"
8-
schedule:
9-
interval: "weekly"
10-
reviewers:
11-
- "stuartmorgan"
12-
- "ditman"
13-
labels:
14-
- "autosubmit"
156
- package-ecosystem: "github-actions"
167
directory: "/"
178
schedule:
18-
interval: "daily"
9+
interval: "weekly"
10+
groups:
11+
all-github-actions:
12+
patterns: [ "*" ]
1913
reviewers:
20-
- "keyonghan"
21-
- "yusuf-goog"
22-
- "ricardoamador"
14+
- "stuartmorgan"
2315
labels:
2416
- "team"
2517
- "team: infra"

0 commit comments

Comments
 (0)