Skip to content

Commit

Permalink
chore: Updated dependabot to run monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeShirley authored Sep 26, 2024
1 parent 571614d commit a03044c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
interval: "monthly"
commit-message:
prefix: "build(dependabot): "
- package-ecosystem: "npm" # See documentation for possible values
directory: "/webview-ui/" # Location of package manifests
schedule:
interval: "daily"
interval: "monthly"
commit-message:
prefix: "build(dependabot): "

0 comments on commit a03044c

Please sign in to comment.