We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8409f7 + 50014dd commit 3e85879Copy full SHA for 3e85879
.github/dependabot.yml
@@ -0,0 +1,18 @@
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
+ groups:
11
+ dev-deps: { dependency-type: development }
12
13
+ - package-ecosystem: github-actions
14
15
16
17
18
+ gh-actions: { patterns: ["*"] }
0 commit comments