Skip to content

Commit f0eb03a

Browse files
committed
build: configure dependabot
Group updates into non-breaking security, non-breaking version, and breaking, on a weekly batch cycle @ 6AM UTC Monday morning. Also set prefix to conform with Conventional Commits, Angular types.
1 parent 377443c commit f0eb03a

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/dependabot.yml

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
2+
3+
version: 2
4+
updates:
5+
- package-ecosystem: npm
6+
directory: "/"
7+
schedule:
8+
interval: weekly
9+
day: monday
10+
time: "06:00"
11+
commit-message:
12+
prefix: build
13+
groups:
14+
security-updates:
15+
applies-to: security-updates
16+
update-types:
17+
- "patch"
18+
- "minor"
19+
non-breaking-version-updates:
20+
applies-to: version-updates
21+
update-types:
22+
- "patch"
23+
- "minor"
24+
breaking-updates:
25+
update-types:
26+
- "major"

0 commit comments

Comments
 (0)