summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-08-22 09:16:00 +0200
committerGitHub <noreply@github.com>2022-08-22 09:16:00 +0200
commit54602e0308fe396f0f0295cba8ea0afcf1842d66 (patch)
tree6f3a775abef18b5e22119fb49d23e489a65d5887 /.github
parentb5a781351f0e01da4fe2e8f1eebe6eeb73ca3b5c (diff)
chore(ci): change dependabot frequency
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 6bdddb27d..c110cd05a 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -3,7 +3,7 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
- interval: "weekly"
+ interval: "monthly"
# We want to be more sure in our e2e-test, before committing to
# update all of our dependencies.
@@ -11,14 +11,14 @@ updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
- interval: "weekly"
+ interval: "monthly"
allow:
# Allow only direct updates
- dependency-name: "log"
- package-ecosystem: "cargo"
directory: "/zellij-utils/"
schedule:
- interval: "weekly"
+ interval: "monthly"
allow:
# Allow only direct updates
- dependency-name: "log"