-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Chore
Implement Renovate to keep dependencies updated. It's free, but requires adding the application to the GitHub repository and a renovate.json file.
Example renovate.json configuration file:
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"dependencyDashboard": false,
"packageRules": [
{
"matchManagers": ["maven-wrapper"],
"allowedVersions": "3.9.6",
"groupName": "Maven wrapper pinned to 3.9.6"
},
{
"matchManagers": ["maven"],
"groupName": "Maven dependencies"
}
]
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed