Skip to content

Commit

Permalink
fix(dependabot): update intervals
Browse files Browse the repository at this point in the history
  • Loading branch information
apicgg committed Feb 19, 2023
1 parent 2562c88 commit 7ff0b89
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
version: 2
updates:
# Enable version updates for npm
- package-ecosystem: "npm"
- package-ecosystem: 'npm'
# Look for `package.json` and `lock` files in the `root` directory
directory: "/server"
directory: '/server'
# Check for updates
schedule:
interval: "3 months"
interval: 'monthly'

- package-ecosystem: "npm"
- package-ecosystem: 'npm'
# Look for `package.json` and `lock` files in the `root` directory
directory: "/client"
directory: '/client'
# Check for updates
schedule:
interval: "3 months"
interval: 'monthly'

0 comments on commit 7ff0b89

Please sign in to comment.