Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 50b996f

Browse files
authored
chore: update dependabot config (#295)
* Add commit message prefix * Schedule updates at 6am Austin time instead of the default UTC * Ignore updates for all official GitHub Actions * Use the default pull request limit of 5 open PRs * Format configuration file with Prettier
1 parent 61fa5ad commit 50b996f

File tree

1 file changed

+20
-21
lines changed

1 file changed

+20
-21
lines changed

.github/dependabot.yml

+20-21
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "github-actions"
4-
directory: "/"
5-
schedule:
6-
interval: "daily"
7-
time: "11:00"
8-
open-pull-requests-limit: 10
9-
ignore:
10-
# GitHub always delivers the latest versions for each major
11-
# release tag, so ignore minor version tags
12-
- dependency-name: "actions/cache"
13-
versions:
14-
- 2.x
15-
- dependency-name: "actions/checkout"
16-
versions:
17-
- 2.x
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
time: "06:00"
8+
timezone: "America/Chicago"
9+
commit-message:
10+
prefix: "chore"
11+
ignore:
12+
# GitHub always delivers the latest versions for each major
13+
# release tag, so handle updates manually
14+
- dependency-name: "actions/*"
1815

19-
- package-ecosystem: gomod
20-
directory: "/"
21-
schedule:
22-
interval: daily
23-
time: "11:00"
24-
open-pull-requests-limit: 10
16+
- package-ecosystem: "gomod"
17+
directory: "/"
18+
schedule:
19+
interval: "daily"
20+
time: "06:00"
21+
timezone: "America/Chicago"
22+
commit-message:
23+
prefix: "chore"

0 commit comments

Comments
 (0)