Skip to content

Commit

Permalink
ci: added dependabot config
Browse files Browse the repository at this point in the history
Signed-off-by: Tomer Figenblat <tomer@tomfi.info>
  • Loading branch information
TomerFi committed Oct 26, 2024
1 parent 3651896 commit 70994da
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
version: 2
updates:
- package-ecosystem: github-actions
directory: /.github/workflows
schedule:
interval: weekly
labels:
- "type: dependencies"
commit-message:
prefix: "ci"
include: "scope"
assignees:
- "tomerfi"
- "dmatik"

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
labels:
- "type: dependencies"
commit-message:
prefix: "build"
include: "scope"
assignees:
- "tomerfi"
- "dmatik"

- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
labels:
- "type: dependencies"
commit-message:
prefix: "build"
include: "scope"
assignees:
- "tomerfi"

0 comments on commit 70994da

Please sign in to comment.