Skip to content

Commit 2576b92

Browse files
authored
Merge pull request #275 from nextcloud/fix/add-dependabot
chore: Add dependabot configuration
2 parents 88c509e + 5efeeb3 commit 2576b92

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)