We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e20d06 commit 1ab07e9Copy full SHA for 1ab07e9
1 file changed
.github/dependabot.yml
@@ -0,0 +1,14 @@
1
+# Please see the documentation for all configuration options:
2
+# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference
3
+
4
+version: 2
5
+updates:
6
+ - package-ecosystem: npm
7
+ directory: "/"
8
+ schedule: { interval: weekly }
9
+ cooldown: { default-days: 15 }
10
11
+ - package-ecosystem: github-actions
12
13
14
0 commit comments