Skip to content

Commit 776d57b

Browse files
authored
chore: enable dependabot (#5997)
1 parent 026879b commit 776d57b

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.github/dependabot.yaml

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
time: "06:00"
8+
timezone: "America/Chicago"
9+
labels: []
10+
commit-message:
11+
prefix: "chore"
12+
13+
- package-ecosystem: "npm"
14+
directory: "/"
15+
schedule:
16+
interval: "monthly"
17+
time: "06:00"
18+
timezone: "America/Chicago"
19+
commit-message:
20+
prefix: "chore"
21+
labels: []
22+
ignore:
23+
# Ignore patch updates for all dependencies
24+
- dependency-name: "*"
25+
update-types:
26+
- version-update:semver-patch
27+
# Ignore major updates to Node.js types, because they need to
28+
# correspond to the Node.js engine version
29+
- dependency-name: "@types/node"
30+
update-types:
31+
- version-update:semver-major

0 commit comments

Comments
 (0)