18 lines
541 B
YAML
18 lines
541 B
YAML
# yaml-language-server: $schema=https://json.schemastore.org/dependabot-2.0.json
|
|
# docs: https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/customizing-dependency-updates
|
|
|
|
version: 2
|
|
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
groups: {github-actions: {patterns: ['*']}}
|
|
schedule: {interval: monthly}
|
|
assignees: [tarampampam]
|
|
|
|
- package-ecosystem: docker
|
|
directory: /
|
|
groups: {docker: {patterns: ['*']}}
|
|
schedule: {interval: monthly}
|
|
assignees: [tarampampam]
|