diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2025-05-12 19:40:36 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2025-05-12 20:05:33 +0300 |
| commit | 7a42140d6c187f9289cf10cdc897faf4e741b7a4 (patch) | |
| tree | 2769f1b4c8ce07955d70c80b6f55d62da8851469 /.github | |
| parent | eeb411bef5fab4f2983dab64663b81a3f6d3a747 (diff) | |
| download | niri-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.yml | 4 |
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" |
