Skip to content

Commit

Permalink
Improve Dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Oct 12, 2024
1 parent bbfedc6 commit 2827958
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ updates:
target-branch: "develop"
schedule:
interval: "daily"
timezone: "Europe/London"
timezone: "Etc/UTC"
time: "03:00"
labels:
- "PR • MAINTENANCE"
Expand All @@ -26,8 +26,8 @@ updates:
target-branch: "develop"
schedule:
interval: "daily"
timezone: "Europe/London"
time: "04:00"
timezone: "Etc/UTC"
time: "03:00"
labels:
- "PR • MAINTENANCE"
assignees:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p align="center"><a href="#readme"><img src=".github/images/card.svg"/></a></p>

<p align="center">
<a href="https://kaos.sh/g/check"><img src=".github/images/godoc.svg" alt="PkgGoDev" /></a>
<a href="https://kaos.sh/g/check"><img src=".github/images/godoc.svg"/></a>
<a href="https://kaos.sh/w/check/ci"><img src="https://kaos.sh/w/check/ci.svg" alt="GitHub Actions CI Status" /></a>
<a href="https://kaos.sh/w/check/codeql"><img src="https://kaos.sh/w/check/codeql.svg" alt="GitHub Actions CodeQL Status" /></a>
<a href="#license"><img src=".github/images/license.svg"/></a>
Expand Down

0 comments on commit 2827958

Please # to comment.