Skip to content

Commit b7027f9

Browse files
committed
➕ Add GitHub bot for checking and upgrading version of dependencies (actions of GitHub Action).
1 parent de8569f commit b7027f9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
updates:
3+
# GitHub Actions
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "daily"
8+
reviewers:
9+
- "Chisanan232"
10+
labels:
11+
- "🔍 enhancement"
12+
- "🤖 github actions"
13+
- "dependencies"
14+
commit-message:
15+
prefix:

0 commit comments

Comments
 (0)