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: '/' directory: '/'
# Check the npm registry for updates every month # Check the npm registry for updates every month
schedule: schedule:
interval: 'monthly' interval: 'weekly'
- package-ecosystem: 'github-actions' - package-ecosystem: 'github-actions'
directory: '/' directory: '/'
schedule: schedule:
# Check for updates to GitHub Actions every month # Check for updates to GitHub Actions every month
interval: 'monthly' interval: 'weekly'
- package-ecosystem: 'npm' - package-ecosystem: 'npm'
directory: '/docker-apps/rest-passthrough' directory: '/docker-apps/rest-passthrough'
schedule: schedule:
interval: 'monthly' interval: 'weekly'
- package-ecosystem: 'npm'
directory: '/website'
schedule:
interval: 'weekly'