Skip to content

Commit

Permalink
Group dependabot updates (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
tugrulates committed Jan 29, 2024
1 parent 5ab9af6 commit 1ea74fe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ updates:
allow:
- dependency-type: development
- dependency-type: production
groups:
dependencies:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
dependencies:
patterns:
- "*"
15 changes: 1 addition & 14 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,11 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"githubPullRequests.defaultMergeMethod": "squash",
"python.analysis.typeCheckingMode": "basic",
"python.linting.flake8Enabled": true,
"python.linting.mypyEnabled": true,
"python.formatting.provider": "black",
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
},
"python.testing.pytestEnabled": true,
"python.linting.banditEnabled": true,
"python.linting.pylintEnabled": false,
"python.linting.banditArgs": ["-c pyproject.toml"],
"python.linting.mypyArgs": [
"--follow-imports=silent",
"--ignore-missing-imports",
"--show-column-numbers",
"--no-pretty",
"--check-untyped-defs"
]
"python.testing.pytestEnabled": true
}

0 comments on commit 1ea74fe

Please sign in to comment.