We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4628374 commit 21b7ffcCopy full SHA for 21b7ffc
.github/dependabot.yml
@@ -11,10 +11,15 @@ updates:
11
- package-ecosystem: github-actions # zizmor: ignore[dependabot-cooldown] (Dependabot cooldown not desired)
12
directory: /
13
schedule:
14
- interval: daily
+ interval: "cron"
15
+ cronjob: "29 09 * * 1"
16
labels:
17
- "hide-from-release-notes"
18
commit-message:
19
# The trailing space instructs dependabot not to insert a colon between
20
# the prefix and the rest of the message.
21
prefix: "[CI] "
22
+ groups:
23
+ all-actions:
24
+ patterns:
25
+ - "*"
0 commit comments