mirror of
https://github.com/AdguardTeam/AdguardFilters.git
synced 2026-08-29 12:14:41 +00:00
23 lines
574 B
YAML
23 lines
574 B
YAML
version: 2
|
|
|
|
updates:
|
|
# Maintain dependencies for GitHub Actions
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
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/*'
|