Skip to content

Commit

Permalink
👷Update dependabot to watch github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wei committed Nov 23, 2024
1 parent 1dde67c commit 76c7660
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@

version: 2
updates:
- package-ecosystem: 'npm' # See documentation for possible values
directory: '/' # Location of package manifests
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: 'weekly'
interval: "weekly"
commit-message:
prefix: '⬆️'
prefix: "⬆️"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 76c7660

Please sign in to comment.