Skip to content

Commit

Permalink
feat: add dependabot (#1362)
Browse files Browse the repository at this point in the history
## Description

As part of the [issue
#159641](flutter/flutter#159641) regarding
Mason being outdated, adding DependaBot to take care of keeping
everything up to date is the go-to solution.

## Type of Change

<!--- Put an `x` in all the boxes that apply: -->

- [x] ✨ New feature (non-breaking change which adds functionality)
- [ ] 🛠️ Bug fix (non-breaking change which fixes an issue)
- [ ] ❌ Breaking change (fix or feature that would cause existing
functionality to change)
- [ ] 🧹 Code refactor
- [ ] ✅ Build configuration change
- [ ] 📝 Documentation
- [ ] 🗑️ Chore
  • Loading branch information
SofiaRey authored Dec 5, 2024
1 parent f3bdb84 commit 9c270ce
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
enable-beta-ecosystems: true
updates:
- package-ecosystem: "pub"
directory: "/flutter_news_template/hooks"
schedule:
interval: "daily"

0 comments on commit 9c270ce

Please sign in to comment.