Skip to content

Commit

Permalink
Enable dependabot (#1870)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbast authored Aug 17, 2024
1 parent 1384ef5 commit f39b050
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
workflows:
patterns:
- '*'
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.6
rev: v0.6.1
hooks:
- id: ruff
args: [--fix, --show-fixes]
Expand All @@ -42,6 +42,7 @@ repos:
hooks:
- id: check-circle-ci
- id: check-github-workflows
- id: check-dependabot
- repo: meta
hooks:
- id: check-hooks-apply
Expand Down

0 comments on commit f39b050

Please sign in to comment.