Files
AdguardFilters/.github/dependabot.yml
David e5d0437f5a Add CODEOWNERS (#205159)
* add CODEOWNERS

* remove reviewer assignments from dependabot config
2025-05-13 10:42:11 +03:00

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