File tree Expand file tree Collapse file tree 5 files changed +18
-0
lines changed
Expand file tree Collapse file tree 5 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ Gem::Specification.new do |spec|
4949 spec . add_dependency "dependabot-npm_and_yarn" , Dependabot ::VERSION
5050 spec . add_dependency "dependabot-nuget" , Dependabot ::VERSION
5151 spec . add_dependency "dependabot-opentofu" , Dependabot ::VERSION
52+ spec . add_dependency "dependabot-pre_commit" , Dependabot ::VERSION
5253 spec . add_dependency "dependabot-pub" , Dependabot ::VERSION
5354 spec . add_dependency "dependabot-python" , Dependabot ::VERSION
5455 spec . add_dependency "dependabot-rust_toolchain" , Dependabot ::VERSION
Original file line number Diff line number Diff line change 2929--ignore=maven/spec/
3030--ignore=npm_and_yarn/spec/
3131--ignore=nuget/spec/
32+ --ignore=pre_commit/spec/
3233--ignore=pub/spec/
3334--ignore=python/spec/
3435--ignore=rust_toolchain/spec/
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ gem "dependabot-maven", path: "../maven"
2525gem "dependabot-npm_and_yarn" , path : "../npm_and_yarn"
2626gem "dependabot-nuget" , path : "../nuget"
2727gem "dependabot-opentofu" , path : "../opentofu"
28+ gem "dependabot-pre_commit" , path : "../pre_commit"
2829gem "dependabot-pub" , path : "../pub"
2930gem "dependabot-python" , path : "../python"
3031gem "dependabot-rust_toolchain" , path : "../rust_toolchain"
Original file line number Diff line number Diff line change @@ -162,6 +162,17 @@ PATH
162162 dependabot-opentofu (0.361.1 )
163163 dependabot-common (= 0.361.1 )
164164
165+ PATH
166+ remote: ../pre_commit
167+ specs:
168+ dependabot-pre_commit (0.361.1 )
169+ dependabot-bundler (= 0.361.1 )
170+ dependabot-cargo (= 0.361.1 )
171+ dependabot-common (= 0.361.1 )
172+ dependabot-go_modules (= 0.361.1 )
173+ dependabot-npm_and_yarn (= 0.361.1 )
174+ dependabot-python (= 0.361.1 )
175+
165176PATH
166177 remote: ../pub
167178 specs:
@@ -578,6 +589,7 @@ DEPENDENCIES
578589 dependabot-npm_and_yarn !
579590 dependabot-nuget !
580591 dependabot-opentofu !
592+ dependabot-pre_commit !
581593 dependabot-pub !
582594 dependabot-python !
583595 dependabot-rust_toolchain !
@@ -664,6 +676,7 @@ CHECKSUMS
664676 dependabot-npm_and_yarn (0.361.1)
665677 dependabot-nuget (0.361.1)
666678 dependabot-opentofu (0.361.1)
679+ dependabot-pre_commit (0.361.1)
667680 dependabot-pub (0.361.1)
668681 dependabot-python (0.361.1)
669682 dependabot-rust_toolchain (0.361.1)
Original file line number Diff line number Diff line change 4747 maven|
4848 npm_and_yarn|
4949 nuget|
50+ pre_commit|
5051 pub|
5152 python|
5253 rust_toolchain|
8990require "dependabot/maven"
9091require "dependabot/npm_and_yarn"
9192require "dependabot/nuget"
93+ require "dependabot/pre_commit"
9294require "dependabot/pub"
9395require "dependabot/python"
9496require "dependabot/rust_toolchain"
You can’t perform that action at this time.
0 commit comments