Skip to content

Commit 6bcd2b1

Browse files
kevmoodemolaf
andauthored
chore: switch dependabot to check for github actions (#236)
We don't check in lock files, so we don't need to check for Dart dependencies Co-authored-by: Ademola Fadumo <48495111+demolaf@users.noreply.github.com>
1 parent ba17c8b commit 6bcd2b1

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/dependabot.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
version: 2
2-
enable-beta-ecosystems: true
32
updates:
4-
- package-ecosystem: "pub"
3+
- package-ecosystem: "github-actions"
54
directory: "/"
65
schedule:
7-
interval: "weekly"
6+
interval: "monthly"

0 commit comments

Comments
 (0)