mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
24 lines
690 B
YAML
24 lines
690 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: gomod
|
|
directory: /
|
|
groups: {gomod: {patterns: ['*']}}
|
|
schedule: {interval: monthly}
|
|
assignees: [tarampampam]
|
|
|
|
- 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]
|