Skip to content

Commit 389602a

Browse files
authored
feat: add dependabot (#9)
1 parent 7f967d0 commit 389602a

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Every request must be reviewed and accepted by:
22

3-
* @felangel
3+
* @felangel @renancaraujo @wolfenrain

.github/dependabot.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
- package-ecosystem: "pub"
8+
directory: "/"
9+
schedule:
10+
interval: "daily"

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
build/
77
pubspec.lock
88

9+
# Android Studio and IntelliJ
10+
.idea
11+
912
# Files related to tests
1013
coverage/
1114
.test_coverage.dart

0 commit comments

Comments
 (0)