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.
1 parent f16418d commit 41b8961Copy full SHA for 41b8961
.github/dependabot.yml
@@ -0,0 +1,16 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "npm"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ open-pull-requests-limit: 5
8
+ commit-message:
9
+ prefix: "deps"
10
+ include: "scope"
11
+ labels:
12
+ - "dependencies"
13
+ # Use cooldown to avoid updating dependencies too frequently
14
+ # and minimize risk of supply chain attacks.
15
+ cooldown:
16
+ default-days: 5
0 commit comments