Skip to content

Commit 4b7af83

Browse files
chore: add renovate config (#53)
Co-authored-by: Jack Wotherspoon <[email protected]>
1 parent 3731e78 commit 4b7af83

File tree

1 file changed

+19
-16
lines changed

1 file changed

+19
-16
lines changed

.github/renovate.json

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
{
2-
"extends": [
3-
"config:base",
4-
":semanticCommitTypeAll(chore)",
5-
"helpers:pinGitHubActionDigests"
6-
],
7-
"commitMessagePrefix": "deps: ",
8-
"ignorePresets": [":semanticPrefixFixDepsChoreOthers"],
9-
"ignorePaths": [".kokoro/requirements.txt"],
10-
"prConcurrentLimit": 0,
11-
"rebaseStalePrs": true,
12-
"dependencyDashboard": true,
13-
"semanticCommits": false,
14-
"pip_requirements": {
15-
"fileMatch": ["requirements-test.txt"]
16-
}
17-
}
2+
"extends": [
3+
"config:base",
4+
":semanticCommitTypeAll(chore)",
5+
"helpers:pinGitHubActionDigests"
6+
],
7+
"commitMessagePrefix": "deps: ",
8+
"ignorePresets": [":semanticPrefixFixDepsChoreOthers"],
9+
"ignorePaths": [".kokoro/requirements.txt"],
10+
"prConcurrentLimit": 0,
11+
"rebaseStalePrs": true,
12+
"dependencyDashboard": true,
13+
"semanticCommits": false,
14+
"pip_requirements": {
15+
"fileMatch": ["requirements-test.txt"]
16+
},
17+
"schedule": [
18+
"before 4am on the first day of the month"
19+
]
20+
}

0 commit comments

Comments
 (0)