Skip to content

Commit 9c270ce

Browse files
authored
feat: add dependabot (#1362)
## 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
1 parent f3bdb84 commit 9c270ce

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/dependabot.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
enable-beta-ecosystems: true
3+
updates:
4+
- package-ecosystem: "pub"
5+
directory: "/flutter_news_template/hooks"
6+
schedule:
7+
interval: "daily"

0 commit comments

Comments
 (0)