Skip to content

Commit

Permalink
feat: add dependabot (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo committed Oct 18, 2022
1 parent acdcf2e commit 3dca646
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
@@ -1,3 +1,3 @@
# Every request must be reviewed and accepted by:

* @felangel @denangelov @jorgecoca
* @felangel @jorgecoca @renancaraujo @wolfenrain
10 changes: 10 additions & 0 deletions .github/dependabot.yaml
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "pub"
directory: "/"
schedule:
interval: "daily"
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -6,4 +6,5 @@
build/
pubspec.lock
.test_coverage.dart
coverage/
coverage/
.idea/

0 comments on commit 3dca646

Please sign in to comment.