Skip to content

Commit 5706fe4

Browse files
committed
ci: Setup dependabot
Signed-off-by: provokateurin <kate@provokateurin.de>
1 parent 3a53791 commit 5706fe4

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

.github/dependabot.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: composer
4+
directory: "/"
5+
commit-message:
6+
prefix: "chore"
7+
include: "scope"
8+
versioning-strategy: "increase"
9+
schedule:
10+
interval: weekly
11+
day: saturday
12+
time: "03:00"
13+
timezone: Europe/Berlin
14+
- package-ecosystem: npm
15+
directory: "/"
16+
commit-message:
17+
prefix: "chore"
18+
include: "scope"
19+
versioning-strategy: "increase"
20+
schedule:
21+
interval: weekly
22+
day: saturday
23+
time: "03:00"
24+
timezone: Europe/Berlin

REUSE.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SPDX-PackageSupplier = "Nextcloud <info@nextcloud.com>"
66
SPDX-PackageDownloadLocation = "https://github.com/nextcloud/ocs_api_viewer"
77

88
[[annotations]]
9-
path = ["composer.json", "composer.lock", "package-lock.json", "package.json"]
9+
path = ["composer.json", "composer.lock", "package-lock.json", "package.json", ".github/dependabot.yml"]
1010
precedence = "aggregate"
1111
SPDX-FileCopyrightText = "2023 Nextcloud GmbH and Nextcloud contributors"
1212
SPDX-License-Identifier = "AGPL-3.0-or-later"

0 commit comments

Comments
 (0)