Skip to content

Commit

Permalink
🔧 Update dependabot config (#35)
Browse files Browse the repository at this point in the history
🔧update dependabot config

* reduce frequency of submodule updates to monthly
* assign Tom to respective PRs
* add timezone to config

Signed-off-by: Lukas Burgholzer <[email protected]>

Signed-off-by: Lukas Burgholzer <[email protected]>
  • Loading branch information
burgholzer authored Aug 29, 2022
1 parent 6a27742 commit e28e012
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions extern/zx/.github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ updates:
directory: "/"
# Check the submodules for updates every month
schedule:
interval: "weekly"
day: "monday"
interval: "monthly"
time: "06:00"
timezone: "Europe/Vienna"
assignees:
- "burgholzer"
- "pehamTom"

# Enable version updates for GitHub Actions
- package-ecosystem: "github-actions"
Expand All @@ -21,5 +21,6 @@ updates:
interval: "weekly"
day: "monday"
time: "06:00"
timezone: "Europe/Vienna"
assignees:
- "burgholzer"
- "pehamTom"

0 comments on commit e28e012

Please sign in to comment.