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 14f7f7a + 588905a commit dec72a4Copy full SHA for dec72a4
.github/dependabot.yaml
@@ -0,0 +1,26 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: 'npm'
4
+ directory: '/'
5
+ schedule:
6
+ interval: 'weekly'
7
+ commit-message:
8
+ prefix: "chore(deps)"
9
+ groups:
10
+ dependencies:
11
+ applies-to: version-updates
12
+ update-types:
13
+ - "minor"
14
+ - "patch"
15
+ - package-ecosystem: 'github-actions'
16
17
18
19
20
21
22
23
24
25
26
0 commit comments