Skip to content

Commit 18c739b

Browse files
committed
chore: align dependencies
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent b324123 commit 18c739b

3 files changed

Lines changed: 111 additions & 102 deletions

File tree

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,14 @@ updates:
5353
- "feature: dependencies"
5454
# Disable automatic rebasing because without a build CI will likely fail anyway
5555
rebase-strategy: "disabled"
56+
cooldown:
57+
default-days: 4
58+
semver-major-days: 8
5659
groups:
60+
eslint:
61+
patterns:
62+
- "eslint*"
63+
- "@nextcloud/eslint-config"
5764
vite:
5865
patterns:
5966
- "vite"
@@ -101,6 +108,9 @@ updates:
101108
day: saturday
102109
time: "03:30"
103110
timezone: Europe/Paris
111+
cooldown:
112+
default-days: 4
113+
semver-major-days: 8
104114
open-pull-requests-limit: 20
105115
labels:
106116
- "3. to review"
@@ -155,6 +165,9 @@ updates:
155165
day: saturday
156166
time: "04:30"
157167
timezone: Europe/Paris
168+
cooldown:
169+
default-days: 4
170+
semver-major-days: 8
158171
open-pull-requests-limit: 20
159172
labels:
160173
- "3. to review"

0 commit comments

Comments
 (0)