Skip to content

Commit 5822f0a

Browse files
committed
ci: update dependencies also on stable3
We need to support this at least for 1.5 more years (until Nextcloud 32 is EOL). So it should have at least some kind of up-to-date dependencies. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent ea61d3e commit 5822f0a

1 file changed

Lines changed: 54 additions & 14 deletions

File tree

.github/dependabot.yml

Lines changed: 54 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,58 @@
1-
# SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors
1+
# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
22
# SPDX-License-Identifier: CC0-1.0
33

44
version: 2
55
updates:
6-
- package-ecosystem: npm
7-
directory: "/"
8-
schedule:
9-
interval: weekly
10-
day: saturday
11-
time: "03:00"
12-
timezone: Europe/Paris
13-
labels:
14-
- "type: dependencies"
15-
reviewers:
16-
- "nextcloud-libraries/files"
17-
open-pull-requests-limit: 10
18-
versioning-strategy: increase
6+
- package-ecosystem: github-actions
7+
directory: "/"
8+
schedule:
9+
interval: weekly
10+
day: saturday
11+
time: "03:00"
12+
timezone: Europe/Paris
13+
open-pull-requests-limit: 10
14+
labels:
15+
- 3. to review
16+
- "type: dependencies"
17+
18+
- package-ecosystem: npm
19+
target-branch: main
20+
directory: "/"
21+
schedule:
22+
interval: weekly
23+
day: saturday
24+
time: "03:00"
25+
timezone: Europe/Paris
26+
open-pull-requests-limit: 10
27+
versioning-strategy: "increase"
28+
labels:
29+
- "type: dependencies"
30+
- 3. to review
31+
groups:
32+
vitest:
33+
patterns:
34+
- "vitest"
35+
- "@vitest/*"
36+
37+
- package-ecosystem: npm
38+
target-branch: stable3
39+
directory: "/"
40+
schedule:
41+
interval: weekly
42+
day: saturday
43+
time: "03:00"
44+
timezone: Europe/Paris
45+
open-pull-requests-limit: 10
46+
versioning-strategy: "increase"
47+
labels:
48+
- 3. to review
49+
- "type: dependencies"
50+
ignore:
51+
- dependency-name: "*"
52+
# ignore all major updates
53+
update-types: ["version-update:semver-major"]
54+
groups:
55+
vitest:
56+
patterns:
57+
- "vitest"
58+
- "@vitest/*"

0 commit comments

Comments
 (0)