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: '/'
|
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'
|
||||||
|
|||||||
Reference in New Issue
Block a user