Update engine and release age requirements (#231669)

This commit is contained in:
Dávid Tóta
2026-05-20 13:18:11 +02:00
committed by GitHub
parent 7e2d0ba116
commit 68f46c332e
4 changed files with 3344 additions and 3333 deletions

View File

@@ -7,9 +7,16 @@ updates:
schedule:
# No need to check for updates more often than once a month
interval: monthly
cooldown:
default-days: 7
# Maintain dependencies for NPM - typically AGLint updates
- package-ecosystem: npm
directory: /
schedule:
interval: daily
cooldown:
default-days: 7
# TODO: npm does not yet support excluding specific dependencies
# exclude:
# - '@adguard/*'