Skip to content

Commit 21b248d

Browse files
authored
Merge pull request #14812 from rabbitmq/dependabot-selenium-deps
Configure dependabot to track NPM dependencies
2 parents 8bda3da + 40d7c46 commit 21b248d

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

.github/dependabot.yaml

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,59 @@ updates:
126126
versions: [ "[6.0,)" ]
127127
- dependency-name: "org.junit.jupiter:*"
128128
versions: [ "[6.0,)" ]
129+
- package-ecosystem: "npm"
130+
directory: "/selenium"
131+
schedule:
132+
interval: "daily"
133+
target-branch: "main"
134+
cooldown:
135+
semver-minor-days: 3
136+
semver-major-days: 3
137+
groups:
138+
minor-patch-updates:
139+
applies-to: version-updates
140+
update-types:
141+
- "minor"
142+
- "patch"
143+
- package-ecosystem: "npm"
144+
directory: "/selenium"
145+
schedule:
146+
interval: "daily"
147+
target-branch: "v4.2.x"
148+
cooldown:
149+
semver-minor-days: 3
150+
semver-major-days: 3
151+
groups:
152+
minor-patch-updates:
153+
applies-to: version-updates
154+
update-types:
155+
- "minor"
156+
- "patch"
157+
- package-ecosystem: "npm"
158+
directory: "/selenium"
159+
schedule:
160+
interval: "daily"
161+
target-branch: "v4.1.x"
162+
cooldown:
163+
semver-minor-days: 3
164+
semver-major-days: 3
165+
groups:
166+
minor-patch-updates:
167+
applies-to: version-updates
168+
update-types:
169+
- "minor"
170+
- "patch"
171+
- package-ecosystem: "npm"
172+
directory: "/selenium"
173+
schedule:
174+
interval: "daily"
175+
target-branch: "v4.0.x"
176+
cooldown:
177+
semver-minor-days: 3
178+
semver-major-days: 3
179+
groups:
180+
minor-patch-updates:
181+
applies-to: version-updates
182+
update-types:
183+
- "minor"
184+
- "patch"

0 commit comments

Comments
 (0)