|
1 | 1 | { |
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