mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-21 02:40:08 +00:00
Change dependabot update intervals to weekly (#4480)
Also add the website folder to be checked for npm updates
This commit is contained in:
10
.github/dependabot.yml
vendored
10
.github/dependabot.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user