Skip to content

Commit 19f8292

Browse files
authored
chore: update deptrac.yaml for deptrac/deptrac (#65)
1 parent 2f97895 commit 19f8292

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deptrac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ on:
77
paths:
88
- '**.php'
99
- 'composer.*'
10-
- 'depfile.yaml'
10+
- 'deptrac.yaml'
1111
- '.github/workflows/deptrac.yml'
1212
push:
1313
branches:
1414
- develop
1515
paths:
1616
- '**.php'
1717
- 'composer.*'
18-
- 'depfile.yaml'
18+
- 'deptrac.yaml'
1919
- '.github/workflows/deptrac.yml'
2020

2121
jobs:

deptrac.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
parameters:
1+
deptrac:
22
paths:
33
- ./src/
44
- ./vendor/codeigniter4/framework/system/
@@ -153,4 +153,4 @@ parameters:
153153
- Vendor Entity
154154
- Vendor Model
155155
- Vendor View
156-
skip_violations:
156+
skip_violations: []

0 commit comments

Comments
 (0)