Merge pull request #2130 from IanDelMar/grouped-dependabot

Add grouped version updates for dependabot
This commit is contained in:
Brian Coords 2023-10-16 06:15:22 -07:00 committed by GitHub
commit b16af14851
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 0 deletions

View File

@ -12,6 +12,11 @@ updates:
rebase-strategy: auto
schedule:
interval: "monthly"
target-branch: "develop"
groups:
github-actions:
patterns:
- "*"
# Maintain dependencies for npm
- package-ecosystem: "npm"
@ -24,6 +29,19 @@ updates:
interval: "monthly"
target-branch: "develop"
versioning-strategy: increase
groups:
npm-assets:
patterns:
- "bootstrap*"
- "*popper*"
- "font-awesome"
npm-build:
patterns:
- "*"
exclude-patterns:
- "bootstrap*"
- "*popper*"
- "font-awesome"
# Maintain dependencies for Composer
- package-ecosystem: "composer"
@ -39,3 +57,7 @@ updates:
interval: "monthly"
target-branch: "develop"
versioning-strategy: increase
groups:
composer:
patterns:
- "*"