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

chore: update dependabot config #295

Merged
merged 1 commit into from
Mar 18, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: update dependabot config
* Add commit message prefix
* Schedule updates at 6am Austin time instead of the default UTC
* Ignore updates for all official GitHub Actions
  • Loading branch information
jawnsy committed Mar 18, 2021
commit 15580467f4e69c0a4e7907f11def1851a17d1c18
41 changes: 20 additions & 21 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
time: "11:00"
open-pull-requests-limit: 10
ignore:
# GitHub always delivers the latest versions for each major
# release tag, so ignore minor version tags
- dependency-name: "actions/cache"
versions:
- 2.x
- dependency-name: "actions/checkout"
versions:
- 2.x
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
time: "06:00"
timezone: "America/Chicago"
commit-message:
prefix: "chore"
ignore:
# GitHub always delivers the latest versions for each major
# release tag, so handle updates manually
- dependency-name: "actions/*"

- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
time: "11:00"
open-pull-requests-limit: 10
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
time: "06:00"
timezone: "America/Chicago"
commit-message:
prefix: "chore"