Skip to content

Commit

Permalink
chore: enable dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Oct 23, 2023
1 parent 85fdc8a commit 409ce03
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: "/"
schedule:
interval: "weekly"
day: "friday"
time: "12:00"
timezone: "Europe/Zurich"
- package-ecosystem: pip
directory: "/api"
schedule:
interval: weekly
day: friday
time: "12:00"
timezone: "Europe/Zurich"
commit-message:
prefix: chore
include: scope
- package-ecosystem: docker
directory: "/"
schedule:
interval: weekly
day: friday
time: "12:00"
timezone: "Europe/Zurich"
commit-message:
prefix: chore
include: scope
- package-ecosystem: npm
directory: "/ember"
schedule:
interval: weekly
day: friday
time: "12:00"
timezone: "Europe/Zurich"
versioning-strategy: increase
commit-message:
prefix: chore
include: scope

0 comments on commit 409ce03

Please sign in to comment.