Skip to content

Commit b0101fb

Browse files
committed
ci: ensure dependabot updates vite with its dependencies
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 5e92288 commit b0101fb

1 file changed

Lines changed: 16 additions & 28 deletions

File tree

.github/dependabot.yml

Lines changed: 16 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,23 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
#
6-
# SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
7-
# SPDX-License-Identifier: AGPL-3.0-or-later
1+
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-License-Identifier: CC0-1.0
3+
84
version: 2
95
updates:
106
- package-ecosystem: npm
11-
directory: /
7+
directory: "/"
128
schedule:
13-
interval: daily
9+
interval: weekly
10+
day: saturday
11+
time: "03:00"
1412
timezone: Europe/Paris
1513
open-pull-requests-limit: 10
1614
versioning-strategy: increase
17-
labels:
18-
- 3. to review
19-
- dependencies
20-
commit-message:
21-
prefix: "chore"
22-
include: "scope"
23-
24-
- package-ecosystem: github-actions
25-
directory: /
26-
schedule:
27-
interval: daily
28-
timezone: Europe/Paris
29-
open-pull-requests-limit: 10
30-
labels:
31-
- 3. to review
32-
- dependencies
33-
commit-message:
34-
prefix: "ci"
35-
include: "scope"
15+
groups:
16+
vite:
17+
patterns:
18+
- "vite"
19+
- "@nextcloud/vite-config"
20+
vitest:
21+
patterns:
22+
- "vitest"
23+
- "@vitest/*"

0 commit comments

Comments
 (0)