Skip to content

Commit

Permalink
Replace dependabot with renovate and clean up missed files (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhaus authored Sep 3, 2024
1 parent 13ef296 commit 14eb03b
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 39 deletions.
2 changes: 2 additions & 0 deletions .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
"files.trimTrailingWhitespace": true,
"python.analysis.autoImportCompletions": true,
"python.analysis.typeCheckingMode": "basic",
"python.defaultInterpreterPath": "/workspaces/client.py/.venv/bin/python",
"python.languageServer": "Pylance",
"python.pythonPath": "/workspaces/client.py/.venv/bin/python",
"python.testing.pytestEnabled": true,
"python.testing.unittestEnabled": false,
"terminal.integrated.defaultProfile.linux": "zsh",
Expand Down
17 changes: 0 additions & 17 deletions .github/dependabot.yml

This file was deleted.

27 changes: 27 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"commitMessagePrefix": "⬆️",
"configMigration": true,
"dependencyDashboard": true,
"labels": ["dependencies", "no-stale"],
"lockFileMaintenance": {
"enabled": true
},
"packageRules": [
{
"addLabels": ["python"],
"matchManagers": ["pep621"]
},
{
"matchDepTypes": ["dev"],
"matchManagers": ["pep621"],
"rangeStrategy": "pin"
},
{
"addLabels": ["github_actions"],
"matchManagers": ["github-actions"],
"rangeStrategy": "pin"
}
],
"rebaseWhen": "behind-base-branch"
}
2 changes: 0 additions & 2 deletions requirements-dev.txt

This file was deleted.

13 changes: 0 additions & 13 deletions requirements-test.txt

This file was deleted.

7 changes: 0 additions & 7 deletions requirements.txt

This file was deleted.

0 comments on commit 14eb03b

Please sign in to comment.