update
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
JMARyA 2025-02-09 00:07:28 +01:00
parent b530ae4dc3
commit 3e77ec5008
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
11 changed files with 476 additions and 346 deletions

View file

@ -17,6 +17,12 @@ BLACKLIST_DOMAINS = [
# The domain the config applies to
domain = "example.com"
# Consider a refresh after interval (in days)
outdated = 30
# Keep last n versions
keep_n = 5
# Blacklisted Path (Regexes)
blacklist_paths = ["/.*"]
@ -70,4 +76,8 @@ no_video = true
[[websites.domains]]
domain = "docs.flutter.dev"
no_javascript = true
no_video = true
no_video = true
[[websites.domains]]
domain = "home-assistant.io"
no_javascript = true