We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f39f65f + 7c9824d commit 209cc60Copy full SHA for 209cc60
1 file changed
.github/dependabot.yml
@@ -0,0 +1,22 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: 'npm'
4
+ directory: '/'
5
+ schedule:
6
+ interval: 'weekly'
7
+ open-pull-requests-limit: 5
8
+ target-branch: main
9
+ commit-message:
10
+ prefix: 'bump'
11
+ include: 'scope'
12
+
13
+ # Github actions up to date
14
+ - package-ecosystem: 'github-actions'
15
16
17
18
19
20
21
22
0 commit comments