Skip to content

Commit a342f73

Browse files
committed
chore: add dependabot
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
1 parent a55e85f commit a342f73

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/dependabot.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#
2+
# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
3+
# SPDX-License-Identifier: AGPL-3.0-or-later
4+
#
5+
# To get started with Dependabot version updates, you'll need to specify which
6+
# package ecosystems to update and where the package manifests are located.
7+
# Please see the documentation for all configuration options:
8+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
9+
10+
version: 2
11+
updates:
12+
- package-ecosystem: composer
13+
directory: "/"
14+
schedule:
15+
interval: weekly
16+
day: saturday
17+
time: "03:00"
18+
timezone: Europe/Paris
19+
open-pull-requests-limit: 10
20+
- package-ecosystem: npm
21+
directory: "/"
22+
schedule:
23+
interval: weekly
24+
day: saturday
25+
time: "03:00"
26+
timezone: Europe/Paris
27+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)