Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cwillems authored Feb 22, 2024
1 parent 78e60c4 commit 11c9665
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,32 @@

version: 2
updates:
- package-ecosystem: pip
directory: "/"
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
time: "03:00"
timezone: UTC
labels:
- dependencies
- python

- package-ecosystem: docker
directory: "/"
schedule:
interval: daily
time: "03:00"
timezone: UTC
labels:
- dependencies
- docker

- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
time: "03:00"
timezone: UTC
labels:
- dependencies
- github-actions

0 comments on commit 11c9665

Please sign in to comment.