Skip to content

Commit 28a9b18

Browse files
authored
chore(deps): ignore clients package (#535)
1 parent 77dcc52 commit 28a9b18

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

renovate.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
],
66
"enabledManagers": [
77
"npm",
8-
"nvm"
8+
"nvm",
9+
"gradle",
10+
"composer"
911
],
1012
"baseBranches": [
1113
"chore/renovateBaseBranch"
@@ -18,6 +20,10 @@
1820
"rangeStrategy": "bump"
1921
}
2022
],
23+
"ignorePaths": [
24+
"!clients/algoliasearch-client-javascript/requester-*/**",
25+
"!clients/algoliasearch-client-javascript/client-common/**"
26+
],
2127
"prHourlyLimit": 10,
2228
"prConcurrentLimit": 50
2329
}

scripts/ci/githubActions/renovateWeeklyPR.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ async function createPR(octokit: Octokit): Promise<any> {
9999
owner: OWNER,
100100
title,
101101
body: `Weekly dependencies update.
102-
Contributes to #528
102+
Contributes to #532
103103
`,
104104
head: BRANCH,
105105
base: BRANCH_BASE,

0 commit comments

Comments
 (0)