Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocustodio authored Jun 27, 2024
1 parent e9a4637 commit 2beb30b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
version: 2
enable-beta-ecosystems: true
updates:
# Update github actions:
- package-ecosystem: github-actions
directory: '/'
labels: ["dependencies"]
schedule:
interval: daily
# Update flutter dependencies:
- package-ecosystem: "pub"
directory: "/"
labels: ["dependencies"]
schedule:
interval: "weekly"
interval: "daily"

0 comments on commit 2beb30b

Please sign in to comment.