Skip to content

Commit 0a272f8

Browse files
committed
chore(deps): add Dependabot config for npm and github-actions
1 parent 8740eb2 commit 0a272f8

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
directory: "/"
26+
schedule:
27+
interval: "weekly"
28+
labels: ["dependencies"]
29+
commit-message:
30+
prefix: "chore"
31+
include: "scope"
32+
groups:
33+
non-major:
34+
patterns: ["*"]
35+
update-types: ["minor", "patch"]

0 commit comments

Comments
 (0)