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 b04a70c commit 7d0c196Copy full SHA for 7d0c196
.github/dependabot.yml
@@ -0,0 +1,19 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ commit-message:
6
+ # Prefix all commit messages with "chore: "
7
+ prefix: "chore"
8
+ schedule:
9
+ interval: "monthly"
10
+ open-pull-requests-limit: 10
11
+
12
+ - package-ecosystem: "npm"
13
14
15
16
17
18
+ interval: "weekly"
19
0 commit comments