diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..b44b0f0 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +# SPDX-FileCopyrightText: Nextcloud contributors +# SPDX-License-Identifier: AGPL-3.0-or-later +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: weekly + day: saturday + time: "03:00" + timezone: Europe/Paris + open-pull-requests-limit: 10 \ No newline at end of file diff --git a/.github/renovate.json b/.github/renovate.json deleted file mode 100644 index f9f5007..0000000 --- a/.github/renovate.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:base", - ":disableDependencyDashboard" - ], - "ignorePaths": [ - "**/docker/**", - "**/docs/**", - "**/tests/**", - "Dockerfile" - ] -}