Skip to content

Commit d0a85ef

Browse files
committed
chore(dependabot): add paths restrictions to dependabot and eslint
1 parent b81548c commit d0a85ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dependabot_bun.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Update bun.lock
33
on:
44
pull_request:
55
branches: [main, dev]
6+
paths:
7+
- "bun.lock"
8+
- "package.json"
69

710
permissions:
811
contents: write

0 commit comments

Comments
 (0)