We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77dcc52 commit 28a9b18Copy full SHA for 28a9b18
renovate.json
@@ -5,7 +5,9 @@
5
],
6
"enabledManagers": [
7
"npm",
8
- "nvm"
+ "nvm",
9
+ "gradle",
10
+ "composer"
11
12
"baseBranches": [
13
"chore/renovateBaseBranch"
@@ -18,6 +20,10 @@
18
20
"rangeStrategy": "bump"
19
21
}
22
23
+ "ignorePaths": [
24
+ "!clients/algoliasearch-client-javascript/requester-*/**",
25
+ "!clients/algoliasearch-client-javascript/client-common/**"
26
+ ],
27
"prHourlyLimit": 10,
28
"prConcurrentLimit": 50
29
scripts/ci/githubActions/renovateWeeklyPR.ts
@@ -99,7 +99,7 @@ async function createPR(octokit: Octokit): Promise<any> {
99
owner: OWNER,
100
title,
101
body: `Weekly dependencies update.
102
-Contributes to #528
+Contributes to #532
103
`,
104
head: BRANCH,
105
base: BRANCH_BASE,
0 commit comments