diff options
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r-- | .github/dependabot.yml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 16eb43559b1..988f05ffb3b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -138,6 +138,25 @@ updates: # Disable automatic rebasing because without a build CI will likely fail anyway rebase-strategy: "disabled" +- package-ecosystem: npm + directory: "/" + schedule: + interval: weekly + day: saturday + time: "03:00" + timezone: Europe/Paris + target-branch: stable30 + labels: + - "3. to review" + - "feature: dependencies" + reviewers: + - "nextcloud/server-dependabot" + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-major", "version-update:semver-minor"] + # Disable automatic rebasing because without a build CI will likely fail anyway + rebase-strategy: "disabled" + - package-ecosystem: composer directory: "/build/integration" schedule: @@ -174,6 +193,24 @@ 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: stable30 + 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"] + # GitHub Actions - package-ecosystem: "github-actions" directory: "/" |