We now use gobump to manage Go dependencies. gobump supports holding back dependency updates that require newer go compiler versions than the one specified in the project's go.mod.
12 lines
252 B
YAML
12 lines
252 B
YAML
---
|
|
version: 2
|
|
updates:
|
|
|
|
# Maintain dependencies for GitHub Actions
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
time: "04:00"
|
|
open-pull-requests-limit: 5
|
|
rebase-strategy: "disabled"
|