Skip to content

Commit

Permalink
[CI/CD] update Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdittrich92 committed Nov 5, 2024
1 parent b411109 commit 97489a6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,21 @@ updates:
- "frgfm"
- "charlesmindee"
- "felixdittrich92"
- "odulcy-mindee"
- package-ecosystem: "github-actions"
directory: "/"
open-pull-requests-limit: 10
target-branch: "main"
labels: ["topic: ci"]
schedule:
interval: weekly
day: sunday
reviewers:
- "frgfm"
- "charlesmindee"
- "felixdittrich92"
- "odulcy-mindee"
groups:
github-actions:
patterns:
- "*"
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
- id: no-commit-to-branch
args: ['--branch', 'main']
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.1
rev: v0.7.2
hooks:
- id: ruff
args: [ --fix ]
Expand Down

0 comments on commit 97489a6

Please sign in to comment.