diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-02-21 17:39:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-21 17:39:37 +0100 |
commit | e0d8817a57a9a35ec51351a22d6c34e61df766c3 (patch) | |
tree | 2c709e2132ddda3f54d68707f58ee06da2c70dd8 /.github | |
parent | 64f9ef9770ce43b5f86d27bd0252b6d768fc0f45 (diff) | |
download | nextcloud-server-e0d8817a57a9a35ec51351a22d6c34e61df766c3.tar.gz nextcloud-server-e0d8817a57a9a35ec51351a22d6c34e61df766c3.zip |
feat(dependabot): group github actions PRs
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3d979321d22..8758583f460 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -178,6 +178,10 @@ updates: schedule: interval: monthly timezone: Europe/Paris + groups: + github-actions: + patterns: + - "*" labels: - "3. to review" - "feature: dependencies" |