Skip to content

Commit 1aa41d5

Browse files
Add dependabot
1 parent feabc63 commit 1aa41d5

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/dependabot.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: 2
2+
enable-beta-ecosystems: true
3+
updates:
4+
# Github actions ecosystem.
5+
- package-ecosystem: "github-actions"
6+
directory: "/"
7+
schedule:
8+
interval: "daily"
9+
# Pub ecosystem.
10+
- package-ecosystem: "pub"
11+
versioning-strategy: "increase-if-necessary"
12+
directory: "/"
13+
schedule:
14+
interval: "daily"
15+
# Node ecosystem.
16+
- package-ecosystem: 'npm'
17+
directory: '/functions/'
18+
schedule:
19+
interval: 'daily'

0 commit comments

Comments
 (0)