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 305e66a
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
version: 2

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

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

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
commit-message:
prefix: "ci"
include: "scope"
assignees: ["tomassebestik"]
reviewers: ["espressif/ci"]

0 comments on commit 305e66a

Please sign in to comment.