Skip to content

Commit

Permalink
Tweak dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
TheophileDiot committed Oct 18, 2023
1 parent 6314b0a commit 5f47561
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ updates:
directory: "/"
schedule:
interval: "daily"
time: "09:00"
timezone: "Europe/Paris"
assignees:
- "fl0ppy-d1sk"
- "TheophileDiot"
reviewers:
- "TheophileDiot"
commit-message:
prefix: "deps/gha"
target-branch: "dev"
Expand All @@ -17,17 +21,25 @@ updates:
directory: "/coraza/api"
schedule:
interval: "daily"
time: "09:00"
timezone: "Europe/Paris"
assignees:
- "TheophileDiot"
reviewers:
- "TheophileDiot"
commit-message:
prefix: "deps/coraza/api"
target-branch: "dev"
- package-ecosystem: "gomod"
directory: "/coraza/api"
schedule:
interval: "daily"
time: "09:00"
timezone: "Europe/Paris"
assignees:
- "TheophileDiot"
reviewers:
- "TheophileDiot"
commit-message:
prefix: "deps/coraza/api"
target-branch: "dev"

0 comments on commit 5f47561

Please sign in to comment.