Skip to content

Commit

Permalink
build: Add dependabot config for automatic dependency updates. (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
klkucaj authored Dec 13, 2024
1 parent 8e31e86 commit ddc0321
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2
updates:
- package-ecosystem: "pub"
directory: "/"
schedule:
interval: "daily"
versioning-strategy: "widen"
# Limit open pull requests to 5
open-pull-requests-limit: 5

0 comments on commit ddc0321

Please sign in to comment.