Skip to content

Commit

Permalink
ci: add dependabot.yaml (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago authored Feb 22, 2024
1 parent 9dca472 commit 9395d24
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "pub"
directory: "/very_good_core/hooks"
schedule:
interval: "daily"
- package-ecosystem: "pub"
directory: "/very_good_dart_cli/hooks"
schedule:
interval: "daily"
- package-ecosystem: "pub"
directory: "/very_good_wear_app/hooks"
schedule:
interval: "daily"
- package-ecosystem: "pub"
directory: "/very_good_wear_app/e2e"
schedule:
interval: "daily"

0 comments on commit 9395d24

Please sign in to comment.