Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions data/software-tools/renovatebot.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://w3id.org/everse/tools/renovatebot",
"@type": "SoftwareApplication",
"applicationCategory": {
"@id": "rs:ResearchInfrastructureSoftware",
"type": "@id"
},
"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.",
"hasQualityDimension": [
{ "@id": "dim:security", "@type": "@id" },
{ "@id": "dim:maintainability", "@type": "@id" }
],
"howToUse": ["CI/CD", "command-line"],
"isAccessibleForFree": true,
"license": "https://opensource.org/licenses/GPL-3.0",
"name": "Renovate",
"url": "https://docs.renovatebot.com/"
}