From ff370b15b2a6e549f30fa55a886a457fe5c1f4d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20Fran=C3=A7ois?= Date: Thu, 2 Oct 2025 14:10:17 +0200 Subject: [PATCH] add tool renovate --- data/software-tools/renovate.json | 35 +++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 data/software-tools/renovate.json diff --git a/data/software-tools/renovate.json b/data/software-tools/renovate.json new file mode 100644 index 00000000..8724d354 --- /dev/null +++ b/data/software-tools/renovate.json @@ -0,0 +1,35 @@ +{ + "@context": "https://w3id.org/everse/rs#", + "@id": "https://w3id.org/everse/tools/renovate", + "@type": "SoftwareApplication", + "applicationCategory": { + "@id": "rs:ResearchInfrastructureSoftware", + "type": "@id" + }, + "appliesToProgrammingLanguage": [ + "Ruby", + "JavaScript", + "Python", + "PHP", + "Dart", + "Elixir", + "Elm", + "Go", + "Rust", + "Java", + ".NET", + "npm", + "Scala", + "Docker" + ], + "description": "Automated dependency updates. Flexible so you don't need to be.", + "hasQualityDimension": [ + { "@id": "dim:Security", "@type": "@id" }, + { "@id": "dim:Maintainability", "@type": "@id" } + ], + "howToUse": ["CI/CD", "command-line"], + "isAccessibleForFree": true, + "license": "https://spdx.org/licenses/AGPL-3.0.html", + "name": "renovate", + "url": "https://github.com/renovatebot/renovate" +} \ No newline at end of file