Skip to content

Commit

Permalink
chore: Enable dependabot groups for automated patch management
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanmaity1234 committed Jul 18, 2024
1 parent 78f4881 commit 0142c7f
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@ updates:
commit-message:
prefix: "chore"
open-pull-requests-limit: 20
groups:
gradle-version-updates:
applies-to: version-updates
patterns:
- "*"
update-types:
- minor
- patch
gradle-security-updates:
applies-to: security-updates
patterns:
- "*"
update-types:
- minor
- patch

- package-ecosystem: "npm"
directory: "/frontend"
Expand All @@ -25,6 +40,21 @@ updates:
commit-message:
prefix: "chore"
open-pull-requests-limit: 20
groups:
npm-version-updates:
applies-to: version-updates
patterns:
- "*"
update-types:
- minor
- patch
npm-security-updates:
applies-to: security-updates
patterns:
- "*"
update-types:
- minor
- patch

- package-ecosystem: "github-actions"
directory: "/"
Expand All @@ -38,6 +68,21 @@ updates:
reviewers:
- "sumanmaity1234"
open-pull-requests-limit: 20
groups:
github-actions-version-updates:
applies-to: version-updates
patterns:
- "*"
update-types:
- minor
- patch
github-actions-security-updates:
applies-to: security-updates
patterns:
- "*"
update-types:
- minor
- patch

- package-ecosystem: "docker"
directory: "/"
Expand Down

0 comments on commit 0142c7f

Please sign in to comment.