Class: Dependabot::DependencyFile::Operation
- Inherits:
-
Object
- Object
- Dependabot::DependencyFile::Operation
- Defined in:
- lib/dependabot/dependency_file.rb
Constant Summary collapse
- UPDATE =
"update"
- CREATE =
"create"
- DELETE =
"delete"