We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feabc63 commit 1aa41d5Copy full SHA for 1aa41d5
.github/dependabot.yaml
@@ -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
13
14
15
+ # Node ecosystem.
16
+ - package-ecosystem: 'npm'
17
+ directory: '/functions/'
18
19
+ interval: 'daily'
0 commit comments