Skip to content

Commit

Permalink
dependabot (#887)
Browse files Browse the repository at this point in the history
  • Loading branch information
clintonsteiner authored Jan 8, 2025
1 parent 3d05353 commit b1efed4
Show file tree
Hide file tree
Showing 2 changed files with 1,824 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
version: 2

updates:
- package-ecosystem: pip
directory: /
schedule:
interval: "daily"
time: "08:00"
open-pull-requests-limit: 10
commit-message:
prefix: "build"
include: "scope"
rebase-strategy: "auto"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
time: "08:00"
commit-message:
prefix: "build"
include: "scope"
rebase-strategy: "auto"
Loading

0 comments on commit b1efed4

Please sign in to comment.