mirror of
https://github.com/AdguardTeam/AdguardFilters.git
synced 2026-08-29 12:14:41 +00:00
16 lines
382 B
YAML
16 lines
382 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
|
|
|
|
# Maintain dependencies for NPM - typically AGLint updates
|
|
- package-ecosystem: npm
|
|
directory: /
|
|
schedule:
|
|
interval: daily
|