Skip to content

Commit

Permalink
ci(dependabot): add dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tomassebestik committed Sep 7, 2024
1 parent eafe485 commit 7455039
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
version: 2

updates:
- package-ecosystem: "pip"
versioning-strategy: increase-if-necessary
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
commit-message:
prefix: "ci(dependabot-pip): "
assignees: ["tomassebestik"]
reviewers: ["espressif/ci"]

- package-ecosystem: "npm"
versioning-strategy: increase-if-necessary
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
commit-message:
prefix: "ci(dependabot-npm): "
assignees: ["tomassebestik"]
reviewers: ["espressif/ci"]

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
prefix: "ci(dependabot-actions): "
assignees: ["tomassebestik"]
reviewers: ["espressif/ci"]

0 comments on commit 7455039

Please sign in to comment.