Skip to content

Commit

Permalink
chore: Add dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Aug 12, 2023
1 parent 786f83f commit 0ea8aaf
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 319 deletions.
24 changes: 24 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: "daily"
reviewers:
- "edgarrmondragon"
commit-message:
prefix: "feat(deps): "
prefix-development: "chore(deps-dev): "
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "weekly"
reviewers:
- "edgarrmondragon"
commit-message:
prefix: "ci: "
9 changes: 7 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,17 @@ repos:
args: [--py37-plus]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.1
rev: v1.5.0
hooks:
- id: mypy

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.282
rev: v0.0.284
hooks:
- id: ruff
args: ["--fix"]

- repo: https://github.com/pycqa/flake8
rev: '6.1.0'
hooks:
- id: flake8
Loading

0 comments on commit 0ea8aaf

Please sign in to comment.