mirror of
https://github.com/turbot/steampipe.git
synced 2025-12-19 09:58:53 -05:00
30 lines
729 B
YAML
30 lines
729 B
YAML
# See https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#package-ecosystem
|
|
version: 2
|
|
updates:
|
|
# Maintain dependencies for GitHub Actions
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
commit-message:
|
|
prefix: "[dep][actions]"
|
|
include: "scope"
|
|
|
|
- package-ecosystem: "gomod"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
# at 2:01 am
|
|
time: "02:01"
|
|
commit-message:
|
|
prefix: "[dep][go]"
|
|
include: "scope"
|
|
pull-request-branch-name:
|
|
separator: "-"
|
|
assignees:
|
|
- "pskrbasu"
|
|
- "kaidaguerre"
|
|
labels:
|
|
- "dependencies"
|
|
- "house-keeping"
|