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 97a7d9b commit 6903b80Copy full SHA for 6903b80
1 file changed
.github/dependabot.yml
@@ -0,0 +1,23 @@
1
+version: 2
2
+updates:
3
+ # Enable version updates for npm dependencies
4
+ - package-ecosystem: "npm"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "weekly"
8
+ open-pull-requests-limit: 10
9
+ commit-message:
10
+ prefix: "chore"
11
+ prefix-scope: "deps"
12
+ include: "scope"
13
+
14
+ # Enable version updates for GitHub Actions
15
+ - package-ecosystem: "github-actions"
16
17
18
19
+ open-pull-requests-limit: 5
20
21
+ prefix: "ci"
22
23
0 commit comments