fix(dependabot): monthly dependencie updates (#4076)

Skillz talked about wanting the dependabot prs to only be made every month so this pr changes it to monthly!
This commit is contained in:
Dominik Koch
2024-12-30 11:04:32 -08:00
committed by GitHub
parent ceec87f3c7
commit 55af73e878
+5 -5
View File
@@ -7,15 +7,15 @@ updates:
- package-ecosystem: 'npm'
# Look for `package.json` and `lock` files in the `root` directory
directory: '/'
# Check the npm registry for updates every day (weekdays)
# Check the npm registry for updates every month
schedule:
interval: 'daily'
interval: 'monthly'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
# Check for updates to GitHub Actions every week
interval: 'daily'
# Check for updates to GitHub Actions every month
interval: 'monthly'
- package-ecosystem: 'npm'
directory: '/docker-apps/rest-passthrough'
schedule:
interval: 'daily'
interval: 'monthly'