diff options
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" |