Skip to content

Commit

Permalink
chore: group dependantbot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancetnik authored Dec 19, 2024
1 parent 29693c9 commit 85248b9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,17 @@ updates:
directory: "/"
schedule:
interval: "weekly"
# https://til.simonwillison.net/github/dependabot-python-setup
groups:
github-actions:
patterns:
- "*"
# Python
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
groups:
pip:
patterns:
- "*"

0 comments on commit 85248b9

Please sign in to comment.