Skip to content

Commit 21b7ffc

Browse files
authored
[ci][dependabot] Run weekly, group updates (#2832)
1 parent 4628374 commit 21b7ffc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,15 @@ updates:
1111
- package-ecosystem: github-actions # zizmor: ignore[dependabot-cooldown] (Dependabot cooldown not desired)
1212
directory: /
1313
schedule:
14-
interval: daily
14+
interval: "cron"
15+
cronjob: "29 09 * * 1"
1516
labels:
1617
- "hide-from-release-notes"
1718
commit-message:
1819
# The trailing space instructs dependabot not to insert a colon between
1920
# the prefix and the rest of the message.
2021
prefix: "[CI] "
22+
groups:
23+
all-actions:
24+
patterns:
25+
- "*"

0 commit comments

Comments
 (0)