Skip to content

Commit

Permalink
setup dependabot.yml to group PRs (#3864)
Browse files Browse the repository at this point in the history
* setup dependabot.yml to group PRs

Signed-off-by: MarkAckert <[email protected]>

* restrict version group to minor/patch

Signed-off-by: MarkAckert <[email protected]>

---------

Signed-off-by: MarkAckert <[email protected]>
  • Loading branch information
MarkAckert authored Jun 13, 2024
1 parent 1f4cc39 commit 95f3fde
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 2

updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: weekly
groups:
all-version-dependencies:
applies-to: version-updates
patterns:
- "*"
update-types:
- "patch"
- "minor"
all-security-minorpatch:
applies-to: security-updates
patterns:
- "*"
update-types:
- "patch"
- "minor"

0 comments on commit 95f3fde

Please sign in to comment.