Skip to content

Commit 6419435

Browse files
Update dependabot.yml
1 parent c54d328 commit 6419435

File tree

1 file changed

+23
-29
lines changed

1 file changed

+23
-29
lines changed

.github/dependabot.yml

Lines changed: 23 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -15,48 +15,42 @@ updates:
1515
schedule:
1616
interval: "monthly"
1717
target-branch: "dependabotchanges"
18-
open-pull-requests-limit: 10
18+
open-pull-requests-limit: 200
1919
commit-message:
2020
prefix: "build(deps)"
2121

2222
groups:
2323
all-frontend-deps:
2424
patterns: ["*"] # every dependency
2525

26-
ignore: # keep heavy majors out of this lane
27-
- dependency-name: "react"
28-
update-types: ["version-update:semver-major"]
29-
- dependency-name: "@types/react"
30-
update-types: ["version-update:semver-major"]
31-
- dependency-name: "@fluentui/*"
32-
update-types: ["version-update:semver-major"]
26+
3327

3428
###############################################################################
3529
# 2) ONE PR on `dependabot-react-major` with React / FluentUI majors only #
3630
# versioning-strategy: lockfile-only ⇢ fixes previous timeout / hang #
3731
###############################################################################
38-
- package-ecosystem: "npm"
39-
directory: "/src/frontend"
40-
schedule:
41-
interval: "monthly"
42-
target-branch: "dependabot-react-major"
43-
open-pull-requests-limit: 50
44-
commit-message:
45-
prefix: "build(deps-major)"
46-
versioning-strategy: lockfile-only # ← replaces the invalid key
32+
# - package-ecosystem: "npm"
33+
# directory: "/src/frontend"
34+
# schedule:
35+
# interval: "monthly"
36+
# target-branch: "dependabot-react-major"
37+
# open-pull-requests-limit: 50
38+
# commit-message:
39+
# prefix: "build(deps-major)"
40+
# versioning-strategy: lockfile-only # ← replaces the invalid key
4741

48-
groups:
49-
react-fluentui-major:
50-
patterns:
51-
- "react"
52-
- "react-dom"
53-
- "react-test-renderer"
54-
- "@types/react"
55-
- "@types/react-dom"
56-
- "@fluentui/*"
57-
- "eslint-plugin-react"
58-
- "@testing-library/react*"
59-
update-types: ["major"]
42+
# groups:
43+
# react-fluentui-major:
44+
# patterns:
45+
# - "react"
46+
# - "react-dom"
47+
# - "react-test-renderer"
48+
# - "@types/react"
49+
# - "@types/react-dom"
50+
# - "@fluentui/*"
51+
# - "eslint-plugin-react"
52+
# - "@testing-library/react*"
53+
# update-types: ["major"]
6054

6155
###############################################################################
6256
# 3) ONE PR for all pip requirements #

0 commit comments

Comments
 (0)