Skip to content

Commit

Permalink
add pip to depbot, add labels (#49)
Browse files Browse the repository at this point in the history
Co-authored-by: jamie zieziula <[email protected]>
  • Loading branch information
jamiezieziula and jamie zieziula authored Nov 14, 2024
1 parent 0c57b85 commit 8658e75
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,26 @@ version: 2
updates:
- package-ecosystem: github-actions
directory: /
commit-message:
prefix: chore
groups:
all:
patterns:
- "*"
labels:
- automated-dependency-updates
schedule:
interval: weekly
interval: monthly

- package-ecosystem: pip
directory: /
commit-message:
prefix: chore
groups:
all:
patterns:
- "*"
labels:
- automated-dependency-updates
schedule:
interval: monthly

0 comments on commit 8658e75

Please sign in to comment.