Skip to content

Commit 30962e7

Browse files
authored
Don't have Dependabot group openai updates (dmvassallo#270)
So Dependabot commands can be issued specific to updates to that package. Currently we are holding it back <1. See dmvassallo#268 (531bdd8).
1 parent 3ee894a commit 30962e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/dependabot.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ updates:
1010
groups:
1111
python-dependencies:
1212
patterns: ['*']
13+
exclude-patterns: ['openai']
1314

1415
- package-ecosystem: github-actions
1516
directory: '/'

0 commit comments

Comments
 (0)