Skip to content

Commit

Permalink
Group npm updates using minor,patch only (#4313)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh authored Jan 5, 2024
1 parent 3a75f11 commit a10d458
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,28 @@ updates:
directory: "/web"
schedule:
interval: "daily"
time: "16:20"
time: "16:45"
open-pull-requests-limit: 2
labels:
- "dependabot"
- "javascript"
- "type::security"
groups:
dependencies:
update-types:
- "patch"
- "minor"
- "major"
allow:
- dependency-type: "all"
- "patch"
- "minor"
ignore:
- update-types:
- "version-update:semver-major"

## Go mod

- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
time: "15:55"
labels:
- "dependabot"
- "go"
Expand Down

0 comments on commit a10d458

Please sign in to comment.