diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..6f2c4e0 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,24 @@ +version: 2 +updates: + - package-ecosystem: composer + directory: "/" + commit-message: + prefix: "chore" + include: "scope" + versioning-strategy: "increase" + schedule: + interval: weekly + day: saturday + time: "03:00" + timezone: Europe/Berlin + - package-ecosystem: npm + directory: "/" + commit-message: + prefix: "chore" + include: "scope" + versioning-strategy: "increase" + schedule: + interval: weekly + day: saturday + time: "03:00" + timezone: Europe/Berlin diff --git a/REUSE.toml b/REUSE.toml index 332653c..00ad880 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -6,7 +6,7 @@ SPDX-PackageSupplier = "Nextcloud " SPDX-PackageDownloadLocation = "https://github.com/nextcloud/ocs_api_viewer" [[annotations]] -path = ["composer.json", "composer.lock", "package-lock.json", "package.json"] +path = ["composer.json", "composer.lock", "package-lock.json", "package.json", ".github/dependabot.yml"] precedence = "aggregate" SPDX-FileCopyrightText = "2023 Nextcloud GmbH and Nextcloud contributors" SPDX-License-Identifier = "AGPL-3.0-or-later"