diff options
-rw-r--r-- | .github/dependabot.yml | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9cc65f2a208..30110b16aae 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -64,24 +64,6 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable23 - labels: - - "3. to review" - - "feature: dependencies" - reviewers: - - "nextcloud/server-dependabot" - ignore: - # ignore all GitHub linguist patch updates - - dependency-name: "*" - update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"] - -- package-ecosystem: npm - directory: "/" - schedule: - interval: weekly - day: saturday - time: "03:00" - timezone: Europe/Paris target-branch: stable24 labels: - "3. to review" @@ -119,24 +101,6 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable23 - labels: - - "3. to review" - - "feature: dependencies" - reviewers: - - "nextcloud/server-dependabot" - ignore: - # ignore all GitHub linguist patch updates - - dependency-name: "*" - update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"] - -- package-ecosystem: composer - directory: "/build/integration" - schedule: - interval: weekly - day: saturday - time: "03:00" - timezone: Europe/Paris target-branch: stable24 labels: - "3. to review" |