Change dependabot update intervals to weekly (#4480)

Also add the website folder to be checked for npm updates
This commit is contained in:
Fleny
2025-10-02 21:33:22 +02:00
committed by GitHub
parent 2545bff5a6
commit b7c433056f

View File

@@ -9,13 +9,17 @@ updates:
directory: '/'
# Check the npm registry for updates every month
schedule:
interval: 'monthly'
interval: 'weekly'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
# Check for updates to GitHub Actions every month
interval: 'monthly'
interval: 'weekly'
- package-ecosystem: 'npm'
directory: '/docker-apps/rest-passthrough'
schedule:
interval: 'monthly'
interval: 'weekly'
- package-ecosystem: 'npm'
directory: '/website'
schedule:
interval: 'weekly'