Skip to content

Commit 8bb2a2f

Browse files
authored
feat: add dependabot (#58)
1 parent baf0da6 commit 8bb2a2f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.github/dependabot.yaml

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

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.dart_tool
22
.packages
33
pubspec.lock
4-
.DS_Store
4+
.DS_Store
5+
.idea

0 commit comments

Comments
 (0)