Skip to content

Commit

Permalink
ci(dependabot): update config to support workspaces (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack authored Nov 27, 2023
1 parent 7d596ad commit 20b9445
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,14 @@

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/docs" # Location of package manifests
schedule:
interval: "monthly"

- package-ecosystem: "npm" # See documentation for possible values
directory: "/theme" # Location of package manifests
schedule:
interval: "weekly"

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: "monthly"
interval: 'monthly'

# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/"
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: "monthly"
interval: 'monthly'

0 comments on commit 20b9445

Please sign in to comment.