Skip to content

Commit

Permalink
Add Dependabot configuration for security updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbcrawford committed Dec 17, 2024
1 parent ff87aa4 commit 5366b8d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
target-branch: "main"
labels:
- "dependencies"
- "security"
commit-message:
prefix: "deps"
include: "scope"
reviewers:
- "tylerbcrawford"

0 comments on commit 5366b8d

Please sign in to comment.