swarm/.github/deadpendency.yaml
Ondřej Šebek 8366135ae1
Notify user about newer version (#652)
- query GitHub Releases for a new version
- add `swarm version` command
- show the version notification in the main menu
- add a new app-wide logging queue
- show the app-wide logs in the main menu as Messages
- catch and show the web API failure in the Messages
- closes #66
- closes #627
2022-09-06 07:32:24 +00:00

35 lines
890 B
YAML

ignore-failures:
haskell:
# there is no new alternative
- hsnoise
# does not need any new updates
- tasty-expected-failure
- fused-effects-lens
- dotgen
- http-types
# exports GHC capabilities and does not need updates
- array
- syb
# pretty feature complete, but also beyorgey's libraries :)
- simple-enumeration
- split
rules-config:
no-recent-package-release:
warn-at-months: 24
fail-at-months: disabled
no-recent-commit:
warn-at-months: 12
fail-at-months: 18
few-yearly-commits:
warn-at-count: 1
fail-at-count: disabled # does not fail by default
# these can be 'disabled', 'warn' or 'fail'
repository-archived: fail
repository-is-fork: warn
package-deprecated: fail
single-recent-author: disabled
repository-not-identified: warn
repository-not-found: warn