Skip to content

Commit 8bc2aae

Browse files
add precommit in updater setup file
1 parent dfc5124 commit 8bc2aae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

updater/lib/dependabot/setup.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
maven|
4848
npm_and_yarn|
4949
nuget|
50+
pre_commit|
5051
pub|
5152
python|
5253
rust_toolchain|
@@ -89,6 +90,7 @@
8990
require "dependabot/maven"
9091
require "dependabot/npm_and_yarn"
9192
require "dependabot/nuget"
93+
require "dependabot/pre_commit"
9294
require "dependabot/pub"
9395
require "dependabot/python"
9496
require "dependabot/rust_toolchain"

0 commit comments

Comments
 (0)