summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-17 22:24:28 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-24 20:57:28 +0200
commit29ec50e9b0dce5f75328efcb7cf060900119be49 (patch)
tree90e59bde771c41afb13b82ce8fdbc02e07a17a3a /.github
parentfce898e283107ff5a4f3dbf11c8927bef1a7333a (diff)
downloadpylint-git-29ec50e9b0dce5f75328efcb7cf060900119be49.tar.gz
Change dependabot update to weekly from daily
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml2
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