Skip to content

Commit

Permalink
MAINT: Set up renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
wosc committed Jan 30, 2025
1 parent 54970f3 commit 23f6c52
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true,
"commitMessagePrefix": "MAINT: ",
"schedule": ["before 8am on wednesday"],
"enabledManagers": ["github-actions", "npm", "pipenv"],
"packageRules": [
{
"groupName": "All minor github-actions changes",
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["minor", "patch"]
},
{
"groupName": "All minor npm changes",
"matchManagers": ["npm"],
"matchUpdateTypes": ["minor", "patch"]
},
{
"groupName": "All minor pipenv changes",
"matchManagers": ["pipenv"],
"matchUpdateTypes": ["minor", "patch"]
}
]
}

0 comments on commit 23f6c52

Please sign in to comment.