Skip to content

Commit

Permalink
Merge pull request #996 from celo-org/lvpeschke/group-dependabot-updates
Browse files Browse the repository at this point in the history
Update dependabot.yml with groups
  • Loading branch information
lvpeschke authored Nov 22, 2023
2 parents e42a5d3 + 6462120 commit eec0e90
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,30 @@ updates:
open-pull-requests-limit: 20
schedule:
interval: "daily"
groups:
mix:
update-types:
- "minor"
- "patch"

- package-ecosystem: "npm"
directory: "/apps/block_scout_web/assets"
open-pull-requests-limit: 10
schedule:
interval: "daily"
groups:
npm-web-assets:
update-types:
- "minor"
- "patch"

- package-ecosystem: "npm"
directory: "/apps/explorer"
open-pull-requests-limit: 10
schedule:
interval: "daily"
groups:
npm-explorer:
update-types:
- "minor"
- "patch"

0 comments on commit eec0e90

Please sign in to comment.