Skip to content

Commit

Permalink
build: Adding dependabot config (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
CallumKerson authored Mar 17, 2023
1 parent 082af3d commit de348a6
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
version: 2

updates:
- package-ecosystem: gomod
directory: /
schedule:
interval: weekly
day: saturday
time: "12:00"
timezone: Europe/London
commit_message:
prefix: "fix"
include_scope: true
- package-ecosystem: docker
directory: /
schedule:
interval: weekly
day: saturday
time: "12:00"
timezone: Europe/London
commit_message:
prefix: "fix"
include_scope: true
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
day: saturday
time: "12:00"
timezone: Europe/London

0 comments on commit de348a6

Please sign in to comment.