We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d39692b commit 80e10b7Copy full SHA for 80e10b7
.github/workflows/dependabot.yml
@@ -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
16
17
18
19
20
21
22
+- package-ecosystem: "github-actions"
23
24
25
26
27
28
29
0 commit comments