Skip to content

Commit 015a6da

Browse files
committed
feat(ci): add dependabot pkg updater config
1 parent ca853a9 commit 015a6da

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/dependabot.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Please see the documentation for all configuration options:
2+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3+
4+
version: 2
5+
updates:
6+
- package-ecosystem: "github-actions"
7+
#NOTE: no need to specify `/.github/workflows` for `directory`. use `directory: "/"`
8+
directory: "/"
9+
schedule:
10+
interval: "weekly"
11+
time: "07:00"
12+
timezone: Asia/Taipei
13+
reviewers:
14+
- "CharlesChiuGit"
15+
target-branch: "main"
16+
commit-message:
17+
prefix: "chore(ci.deps)"
18+
groups:
19+
actions-dependencies:
20+
patterns:
21+
- "*"
22+
update-types:
23+
- "minor"
24+
- "patch"
25+
labels:
26+
- "ci"

0 commit comments

Comments
 (0)