diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 898b87870..fac899686 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -25,6 +25,10 @@ updates: schedule: interval: 'daily' open-pull-requests-limit: 15 + groups: + spring-boot: + patterns: + - 'spring-boot*' # Dependencies for GitHub Actions - package-ecosystem: 'github-actions'