Skip to content

Commit 5efeeb3

Browse files
committed
chore: Add dependabot configuration
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent 88c509e commit 5efeeb3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/dependabot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-License-Identifier: AGPL-3.0-or-later
3+
version: 2
4+
updates:
5+
- package-ecosystem: composer
6+
directories:
7+
- /
8+
- /vendor-bin/cs-fixer
9+
- /vendor-bin/psalm
10+
- /vendor-bin/rector
11+
schedule:
12+
interval: weekly
13+
day: saturday
14+
time: "03:00"
15+
timezone: Europe/Paris
16+
open-pull-requests-limit: 10
17+
labels:
18+
- 3. to review
19+
- dependencies

0 commit comments

Comments
 (0)