Skip to content

Commit

Permalink
ci: add dependabot (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo committed Oct 18, 2022
1 parent d54c426 commit b9d9af2
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/dependabot.yaml
@@ -0,0 +1,26 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "pub"
directory: "/packages/mason_cli"
schedule:
interval: "daily"
- package-ecosystem: "pub"
directory: "/packages/mason_logger"
schedule:
interval: "daily"
- package-ecosystem: "pub"
directory: "/packages/mason"
schedule:
interval: "daily"
- package-ecosystem: "pub"
directory: "/packages/mason_api"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/extensions/vscode"
schedule:
interval: "daily"

0 comments on commit b9d9af2

Please sign in to comment.