Skip to content

Commit

Permalink
ci: dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
Okaneeee committed Oct 20, 2024
1 parent 8366640 commit e41cbb3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2
updates:
# Check for Python dependency updates
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 5

# Check for GitHub Actions updates
- package-ecosystem: "github-actions"
directory: "/" # Update actions used in workflows
schedule:
interval: "weekly"
open-pull-requests-limit: 5

0 comments on commit e41cbb3

Please sign in to comment.