Skip to content

Commit

Permalink
ci(deps): group Dependabot updates by devDeps vs prod deps (#12890)
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
  • Loading branch information
agilgur5 committed May 2, 2024
1 parent ed55b02 commit 6ea4420
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ updates:
schedule:
interval: "weekly"
day: "saturday"
# split devDeps and prod deps as typically only prod deps need security backports
groups:
devDeps:
applies-to: security-updates
dependency-type: "development"
deps:
applies-to: security-updates
dependency-type: "production"
ignore:
- dependency-name: raw-loader
- dependency-name: style-loader
Expand Down

0 comments on commit 6ea4420

Please sign in to comment.