We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d85c6b commit 9e247a0Copy full SHA for 9e247a0
1 file changed
.github/dependabot.yml
@@ -1,13 +1,23 @@
1
-# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
2
-# SPDX-License-Identifier: GPL-3.0-or-later
+# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
+# SPDX-License-Identifier: CC0-1.0
3
+
4
version: 2
5
updates:
6
- package-ecosystem: npm
7
directory: "/"
- versioning-strategy: increase
8
schedule:
9
interval: weekly
10
day: saturday
11
time: "03:00"
12
timezone: Europe/Paris
13
open-pull-requests-limit: 10
14
+ versioning-strategy: increase
15
+ groups:
16
+ vite:
17
+ patterns:
18
+ - "vite"
19
+ - "@nextcloud/vite-config"
20
+ vitest:
21
22
+ - "vitest"
23
+ - "@vitest/*"
0 commit comments