diff options
| author | Leyla Jähnig <[email protected]> | 2022-08-25 22:50:02 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-08-25 22:50:02 +0200 |
| commit | 9f8f952aa20abadac34b648e93e459c4e2e4da9d (patch) | |
| tree | f7eacacdc84127e3d38a9d4a4f35a1d43d58ca93 /.github | |
| parent | a734ca027239f97081a352821f7fc5137b13bfb5 (diff) | |
| download | faker-9f8f952aa20abadac34b648e93e459c4e2e4da9d.tar.xz faker-9f8f952aa20abadac34b648e93e459c4e2e4da9d.zip | |
infra: set renovate schedule to weekly (#1302)
Co-authored-by: Shinigami <[email protected]>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/renovate.json5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 307edd07..553c30ce 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:base", "schedule:daily", "group:allNonMajor"], + "extends": ["config:base", "schedule:earlyMondays", "group:allNonMajor"], "labels": ["c: dependencies"], "reviewersFromCodeOwners": true, "rangeStrategy": "bump", |
