Skip to content

Commit de35f0e

Browse files
committed
tests: check dependabot only weekly
Signed-off-by: Pierre-Etienne Bougué <bougue.pe@proton.me>
1 parent 450b9be commit de35f0e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ updates:
129129
- package-ecosystem: "uv"
130130
directory: "/tests/"
131131
schedule:
132-
interval: "daily"
132+
interval: "weekly"
133133
cooldown:
134134
default-days: 5
135135
commit-message:
@@ -138,6 +138,13 @@ updates:
138138
labels:
139139
- "dependencies"
140140
- "area:integration-tests"
141+
groups:
142+
patch:
143+
update-types:
144+
- "patch"
145+
minor:
146+
update-types:
147+
- "minor"
141148
- package-ecosystem: "gradle"
142149
directory: "/core/"
143150
schedule:

0 commit comments

Comments
 (0)