Skip to content

Commit 8cda640

Browse files
committed
exclude ci_workflow_vfx.yml from dependabot
Signed-off-by: Cary Phillips <[email protected]>
1 parent 2275b5a commit 8cda640

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ updates:
88
directory: "/"
99
schedule:
1010
interval: "daily"
11-
11+
exclude-paths:
12+
- ".github/workflows/ci_workflow_vfx.yml"
13+
1214
- package-ecosystem: "pip"
1315
directory: "/"
1416
schedule:

0 commit comments

Comments
 (0)