* chore(workflow): update github actions in release workflow * chore(workflow): add github-actions to dependabot.yml * fix dependabot.yml
15 lines
No EOL
287 B
YAML
15 lines
No EOL
287 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: gomod
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
time: '04:00'
|
|
open-pull-requests-limit: 10
|
|
commit-message:
|
|
prefix: chore
|
|
include: scope
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly |