Skip to content

Commit

Permalink
Bump the development-dependencies group with 9 updates (#1389)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Romain Menke <romainmenke@gmail.com>
  • Loading branch information
dependabot[bot] and romainmenke committed May 10, 2024
1 parent a304813 commit 016285c
Show file tree
Hide file tree
Showing 9 changed files with 389 additions and 537 deletions.
37 changes: 7 additions & 30 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@ updates:
dependency-type: "development"
patterns:
- "*"
open-pull-requests-limit: 2
open-pull-requests-limit: 5
versioning-strategy: increase
rebase-strategy: auto
- package-ecosystem: "npm"
directory: "/e2e"
directories:
- "/e2e"
- "/e2e-package-managers/yarn"
- "/sites"
schedule:
interval: weekly
time: "01:00"
Expand All @@ -28,33 +31,7 @@ updates:
all-dependencies:
patterns:
- "*"
open-pull-requests-limit: 2
versioning-strategy: increase
rebase-strategy: auto
- package-ecosystem: "npm"
directory: "/e2e-package-managers/yarn"
schedule:
interval: weekly
time: "01:00"
timezone: "Europe/Brussels"
groups:
all-dependencies:
patterns:
- "*"
open-pull-requests-limit: 2
versioning-strategy: increase
rebase-strategy: auto
- package-ecosystem: "npm"
directory: "/sites"
schedule:
interval: weekly
time: "01:00"
timezone: "Europe/Brussels"
groups:
all-dependencies:
patterns:
- "*"
open-pull-requests-limit: 2
open-pull-requests-limit: 5
versioning-strategy: increase
rebase-strategy: auto
- package-ecosystem: "github-actions"
Expand All @@ -67,5 +44,5 @@ updates:
all-dependencies:
patterns:
- "*"
open-pull-requests-limit: 2
open-pull-requests-limit: 5
rebase-strategy: auto
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ reports
!sites/package-lock.json
.cached-commit
_types
.cache
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22.0.0
v22.1.0

0 comments on commit 016285c

Please sign in to comment.