diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-02-21 17:22:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-21 17:22:46 +0100 |
commit | 64f9ef9770ce43b5f86d27bd0252b6d768fc0f45 (patch) | |
tree | ba4a525426c6c456e239ed39df565c835a749035 /.github | |
parent | 1731d3154a8e9c8d3692c6c73f5a6b91b9bc17a5 (diff) | |
download | nextcloud-server-64f9ef9770ce43b5f86d27bd0252b6d768fc0f45.tar.gz nextcloud-server-64f9ef9770ce43b5f86d27bd0252b6d768fc0f45.zip |
fix(dependabot): adjust `github-actions` updates to monthly and fix reviewers
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1fe4bf9ff6b..3d979321d22 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -176,7 +176,11 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: weekly - day: saturday - time: "03:00" + interval: monthly timezone: Europe/Paris + labels: + - "3. to review" + - "feature: dependencies" + reviewers: + - "nextcloud/server-dependabot" + |