diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-04-17 22:24:28 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-04-24 20:57:28 +0200 |
commit | 29ec50e9b0dce5f75328efcb7cf060900119be49 (patch) | |
tree | 90e59bde771c41afb13b82ce8fdbc02e07a17a3a /.github | |
parent | fce898e283107ff5a4f3dbf11c8927bef1a7333a (diff) | |
download | pylint-git-29ec50e9b0dce5f75328efcb7cf060900119be49.tar.gz |
Change dependabot update to weekly from daily
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c4d0ea891..951a689d5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: "pip" directory: "/" schedule: - interval: "daily" + interval: "weekly" labels: - "dependency" open-pull-requests-limit: 10 |