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 e3410c3 + c0e2f69 commit 2310243Copy full SHA for 2310243
.github/dependabot.yml
@@ -0,0 +1,19 @@
1
+version: 2
2
+updates:
3
+ # Update npm dependencies based on package.json
4
+ - package-ecosystem: "npm"
5
+ directory: "/" # Root directory
6
+ schedule:
7
+ interval: "weekly"
8
+
9
+ # Update Yarn dependencies based on yarn.lock
10
+ - package-ecosystem: "yarn"
11
12
13
14
15
+ # Keep Dependabot itself up to date
16
+ - package-ecosystem: "github-actions"
17
+ directory: "/" # Root directory (or specify if actions are elsewhere)
18
19
0 commit comments