Skip to content

Commit

Permalink
Merge pull request #299 from AhmedLSayed9/add_dependabot
Browse files Browse the repository at this point in the history
Add dependabot
  • Loading branch information
AhmedLSayed9 committed Jul 1, 2024
2 parents ddef062 + b69eff3 commit 7878dc8
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
version: 2
enable-beta-ecosystems: true

updates:
# GitHub actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
# Workspace root
- package-ecosystem: "pub"
directory: "/"
schedule:
interval: weekly
# Packages
- package-ecosystem: "pub"
directory: "/packages/dropdown_button2"
schedule:
interval: weekly
- package-ecosystem: "pub"
directory: "/packages/dropdown_button2_test"
schedule:
interval: weekly

0 comments on commit 7878dc8

Please sign in to comment.