Skip to content

Commit

Permalink
Add Renovate for dependency management (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Mar 25, 2023
1 parent 355fd9f commit cd109df
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/dependabot.yaml

This file was deleted.

20 changes: 20 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"rebaseWhen": "behind-base-branch",
"dependencyDashboard": true,
"labels": ["dependencies", "no-stale"],
"commitMessagePrefix": "⬆️",
"commitMessageTopic": "{{depName}}",
"packageRules": [
{
"matchManagers": ["pip_requirements"],
"addLabels": ["python"],
"rangeStrategy": "pin"
},
{
"matchManagers": ["pip_requirements"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}
]
}

0 comments on commit cd109df

Please sign in to comment.