diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-02-21 18:08:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-21 18:08:15 +0100 |
commit | c70a634a0e0545bb2130eedcb8a323853574f1ba (patch) | |
tree | 2c709e2132ddda3f54d68707f58ee06da2c70dd8 | |
parent | 1731d3154a8e9c8d3692c6c73f5a6b91b9bc17a5 (diff) | |
parent | e0d8817a57a9a35ec51351a22d6c34e61df766c3 (diff) | |
download | nextcloud-server-c70a634a0e0545bb2130eedcb8a323853574f1ba.tar.gz nextcloud-server-c70a634a0e0545bb2130eedcb8a323853574f1ba.zip |
Merge pull request #43730 from nextcloud/skjnldsv-patch-2
-rw-r--r-- | .github/dependabot.yml | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1fe4bf9ff6b..8758583f460 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -176,7 +176,15 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: weekly - day: saturday - time: "03:00" + interval: monthly timezone: Europe/Paris + groups: + github-actions: + patterns: + - "*" + labels: + - "3. to review" + - "feature: dependencies" + reviewers: + - "nextcloud/server-dependabot" + |