Skip to content

Commit 2104944

Browse files
Add renovate to tech radar
1 parent 3da99b6 commit 2104944

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"@context": "https://w3id.org/everse/rs#",
3+
"@id": "https://w3id.org/everse/tools/renovatebot",
4+
"@type": "SoftwareApplication",
5+
"applicationCategory": {
6+
"@id": "rs:ResearchInfrastructureSoftware",
7+
"type": "@id"
8+
},
9+
"description": "Automated dependency management tool or service that regularly monitors software and tools dependencies for security vulnerabilities and updates, maintaining software security and reducing technical debt for long-term sustainability.",
10+
"hasQualityDimension": [
11+
{ "@id": "dim:security", "@type": "@id" },
12+
{ "@id": "dim:maintainability", "@type": "@id" }
13+
],
14+
"howToUse": ["CI/CD", "command-line"],
15+
"isAccessibleForFree": true,
16+
"license": "https://opensource.org/licenses/GPL-3.0",
17+
"name": "Renovate",
18+
"url": "https://docs.renovatebot.com/"
19+
}

0 commit comments

Comments
 (0)