Skip to content

Commit ae7c8ea

Browse files
docs: add dependabot workflow with conventions
1 parent 8ca387f commit ae7c8ea

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2
2+
updates:
3+
# Update GitHub Actions
4+
- package-ecosystem: "github-actions"
5+
labels:
6+
- 📦 dependencies
7+
directory: "/" # refers to the location of package.json
8+
commit-message:
9+
prefix: "chore(deps)"
10+
schedule:
11+
interval: "daily"

0 commit comments

Comments
 (0)