Skip to content

Commit 80e10b7

Browse files
committed
chore: add dependabot
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
1 parent d39692b commit 80e10b7

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/workflows/dependabot.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-License-Identifier: AGPL-3.0-or-later
3+
4+
version: 2
5+
updates:
6+
- package-ecosystem: composer
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+
- package-ecosystem: npm
15+
directory: "/"
16+
schedule:
17+
interval: weekly
18+
day: saturday
19+
time: "03:00"
20+
timezone: Europe/Paris
21+
open-pull-requests-limit: 10
22+
- package-ecosystem: "github-actions"
23+
directory: "/"
24+
schedule:
25+
interval: weekly
26+
day: saturday
27+
time: "03:00"
28+
timezone: Europe/Paris
29+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)