Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Luu <[email protected]>
  • Loading branch information
RyanLua authored Jul 1, 2024
1 parent 5248d64 commit fd0caa2
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 @@ -5,11 +5,11 @@

version: 2
updates:
- package-ecosystem: "gitsubmodule" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "devcontainers"
directory: "/.devcontainer"
schedule:
interval: "daily"
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
interval: weekly
- package-ecosystem: "github-actions"
directory: "/.github/workflows"
schedule:
interval: "daily"
interval: "weekly"

0 comments on commit fd0caa2

Please sign in to comment.