You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -144,8 +144,8 @@ Let’s try changing this hourly limitation to 3:
144
144
145
145
Now that you have merged the onboarding PR, Renovate will generate Update PRs to the most recent dependency version based on your configuration.
146
146
147
-
> **Note**
148
-
> PRs may take a couple of minutes to appear
147
+
> [!NOTE]
148
+
> PRs may take a couple of minutes to appear.
149
149
150
150
Here we will review the basic concepts of Renovate update PRs and merge it.
151
151
@@ -174,7 +174,7 @@ Let’s go ahead and take a look at a Renovate update PR:
174
174
175
175
1. Merge this pull request
176
176
177
-
> **Note**
177
+
> [!NOTE]
178
178
> Renovate is highly configurable and supports:
179
179
>
180
180
> - On-demand PR creation.
@@ -203,7 +203,7 @@ Since GitHub defaults to disable `issues` on forked repositories, we need to ena
203
203
204
204
- In order for the Dependency Dashboard to become available, we will need to re-run Renovate by triggering a webhook (for example, closing an update PR).
205
205
206
-
> **Note**
206
+
> [!NOTE]
207
207
> This is usually done in a click via the Dependency Dashboard.
208
208
209
209
1. Go to the `Pull requests` section
@@ -213,7 +213,7 @@ Since GitHub defaults to disable `issues` on forked repositories, we need to ena
213
213
214
214
3. This will trigger Renovate to run and the Dependency Dashboard will appear under the `Issues` section - navigate to it
215
215
216
-
> **Note**
216
+
> [!NOTE]
217
217
> It may take a minute to appear.
218
218
219
219
### The Dependency Dashboard includes:
@@ -243,7 +243,7 @@ Renovate offers an option to prevent automatic creation of major version update
243
243
244
244
In the Dependency Dashboard, under the `Rate Limited` section, the `Update dependency commander to vX` is waiting to be created.
245
245
246
-
> **Note**
246
+
> [!NOTE]
247
247
> Based on the previously set `prHourlyLimit` configuration, 3 PRs per hour in our case, this PR will be created within an hour.
248
248
249
249
<imgwidth="928"alt="commander in Rate Limited"src="https://user-images.githubusercontent.com/102745725/178960104-c254c12f-08fb-4508-824d-20df60b2290f.png">
@@ -266,7 +266,7 @@ In order to limit all `major` updates to on-demand creation:
266
266
267
267
2. Commit the changes
268
268
269
-
> **Note**
269
+
> [!NOTE]
270
270
> Changing the `renovate.json` configuration file is a webhook that triggers Renovate to re-run.
271
271
272
272
3. Now go back to the Dependency Dashboard in the Issues section
0 commit comments