There was an error while loading. Please reload this page.
1 parent 8740eb2 commit 0a272f8Copy full SHA for 0a272f8
1 file changed
.github/dependabot.yml
@@ -0,0 +1,35 @@
1
+version: 2
2
+
3
+registries:
4
+ github-packages-npm:
5
+ type: npm-registry
6
+ url: https://npm.pkg.github.com
7
+ token: ${{ secrets.DEPENDABOT_PACKAGES_TOKEN }}
8
9
+updates:
10
+ - package-ecosystem: "npm"
11
+ directory: "/"
12
+ registries: ["github-packages-npm"]
13
+ schedule:
14
+ interval: "weekly"
15
+ labels: ["dependencies"]
16
+ commit-message:
17
+ prefix: "chore"
18
+ include: "scope"
19
+ groups:
20
+ non-major:
21
+ patterns: ["*"]
22
+ update-types: ["minor", "patch"]
23
24
+ - package-ecosystem: "github-actions"
25
26
27
28
29
30
31
32
33
34
35
0 commit comments