-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathdependabot.json
More file actions
32 lines (32 loc) · 975 Bytes
/
dependabot.json
File metadata and controls
32 lines (32 loc) · 975 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://w3id.org/everse/tools/dependabot",
"@type": "SoftwareApplication",
"applicationCategory": {
"@id": "rs:ResearchInfrastructureSoftware",
"type": "@id"
},
"appliesToProgrammingLanguage": [
"Ruby",
"JavaScript",
"Python",
"PHP",
"Dart",
"Elixir",
"Elm",
"Go",
"Rust",
"Java",
".NET"
],
"description": "Automated dependency management service that continuously monitors research software dependencies for security vulnerabilities and updates, maintaining software security and reducing technical debt for long-term sustainability.",
"hasQualityDimension": [
{ "@id": "dim:security", "@type": "@id" },
{ "@id": "dim:maintainability", "@type": "@id" }
],
"howToUse": ["CI/CD", "command-line"],
"isAccessibleForFree": true,
"license": "https://spdx.org/licenses/MIT",
"name": "Dependabot",
"url": "https://github.com/dependabot"
}