Skip to content

Commit

Permalink
🤖 Adds dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
mrharpo committed Mar 22, 2024
1 parent 3921607 commit e558bd2
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
version: 2
updates:
# Docker
- package-ecosystem: docker
directory: /
schedule:
interval: weekly
day: friday
time: '14:00'
timezone: US/Eastern
labels:
- maintenance 🔧
commit-message:
prefix: ⬆
# Python
- package-ecosystem: pip
directory: /
groups:
python-packages:
patterns:
- '*'
schedule:
interval: weekly
day: friday
time: '14:00'
timezone: US/Eastern
commit-message:
prefix: ⬆
labels:
- maintenance 🔧
# GitHub Actions
- package-ecosystem: github-actions
directory: .github/workflows
schedule:
interval: weekly
day: friday
time: '14:00'
timezone: US/Eastern
commit-message:
prefix: ⬆
labels:
- maintenance 🔧

0 comments on commit e558bd2

Please sign in to comment.