aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2025-05-12 19:40:36 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2025-05-12 20:05:33 +0300
commit7a42140d6c187f9289cf10cdc897faf4e741b7a4 (patch)
tree2769f1b4c8ce07955d70c80b6f55d62da8851469 /.github
parenteeb411bef5fab4f2983dab64663b81a3f6d3a747 (diff)
downloadniri-7a42140d6c187f9289cf10cdc897faf4e741b7a4.tar.gz
niri-7a42140d6c187f9289cf10cdc897faf4e741b7a4.tar.bz2
niri-7a42140d6c187f9289cf10cdc897faf4e741b7a4.zip
dependabot: Change to weekly
Let's see if this fixes it missing from the GitHub UI.
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 79a6c371..055e5197 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -3,7 +3,7 @@ updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
- interval: "daily"
+ interval: "weekly"
groups:
smithay:
patterns:
@@ -17,6 +17,6 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
- interval: "daily"
+ interval: "weekly"
ignore:
- dependency-name: "Andrew-Chen-Wang/github-wiki-action"