summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-08-05 20:47:59 +0200
committerGitHub <noreply@github.com>2022-08-05 20:47:59 +0200
commit74ad5b729377d352dee5b8cb7fe37b0d917546ff (patch)
tree30a320dea9d86f49bf6a2102e5a70491389746d8 /.github
parent3a9a4a034c7a81596dd0d83a753435e1961536b3 (diff)
downloadastroid-git-74ad5b729377d352dee5b8cb7fe37b0d917546ff.tar.gz
[maintenance] Limite the frequency of dependabot
We don't need that kind of reactivity to new package, we're ruining the commit history for no real benefit.
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 3434a172..a22162ff 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -6,7 +6,7 @@ updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
- interval: "daily"
+ interval: "weekly"
labels:
- "dependency"
open-pull-requests-limit: 10
@@ -15,7 +15,7 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
- interval: "daily"
+ interval: "weekly"
labels:
- "dependency"
open-pull-requests-limit: 10