Skip to content

Commit

Permalink
chore: Add dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
bow committed Nov 10, 2023
1 parent 37f6279 commit 3f08e35
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
version: 2

updates:

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "01:00"
timezone: "Europe/Copenhagen"
commit-message:
prefix: "chore"
include: "scope"
labels:
- "dependencies"
reviewers:
- "bow"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "01:00"
timezone: "Europe/Copenhagen"
commit-message:
prefix: "chore"
labels:
- "ci"
reviewers:
- "bow"

0 comments on commit 3f08e35

Please sign in to comment.