mirror of
https://github.com/YaLTeR/niri.git
synced 2025-12-23 05:36:51 +00:00
dependabot: Add cooldown
Some checks are pending
CI / msrv (push) Waiting to run
CI / clippy (push) Waiting to run
CI / randomized and slow tests (push) Waiting to run
CI / visual tests (push) Waiting to run
CI / test (push) Waiting to run
CI / check feature combinations (push) Waiting to run
CI / alpine musl (push) Waiting to run
CI / rustfmt (push) Waiting to run
CI / fedora (push) Waiting to run
CI / freebsd (push) Waiting to run
CI / nix (push) Waiting to run
CI / publish-wiki (push) Blocked by required conditions
CI / publish-docs (push) Blocked by required conditions
Some checks are pending
CI / msrv (push) Waiting to run
CI / clippy (push) Waiting to run
CI / randomized and slow tests (push) Waiting to run
CI / visual tests (push) Waiting to run
CI / test (push) Waiting to run
CI / check feature combinations (push) Waiting to run
CI / alpine musl (push) Waiting to run
CI / rustfmt (push) Waiting to run
CI / fedora (push) Waiting to run
CI / freebsd (push) Waiting to run
CI / nix (push) Waiting to run
CI / publish-wiki (push) Blocked by required conditions
CI / publish-docs (push) Blocked by required conditions
This commit is contained in:
parent
7ca46b44b2
commit
f85cb5c5f9
1 changed files with 4 additions and 2 deletions
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
|
|
@ -13,10 +13,12 @@ updates:
|
|||
update-types:
|
||||
- "minor"
|
||||
- "patch"
|
||||
cooldown:
|
||||
default-days: 7
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
ignore:
|
||||
- dependency-name: "Andrew-Chen-Wang/github-wiki-action"
|
||||
cooldown:
|
||||
default-days: 7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue