error-pages/.github/dependabot.yml

24 lines
690 B
YAML
Raw Normal View History

2024-07-03 14:12:13 +00:00
# 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
2021-10-01 11:46:35 +00:00
version: 2
updates:
- package-ecosystem: gomod
directory: /
2024-04-27 10:34:46 +00:00
groups: {gomod: {patterns: ['*']}}
2021-10-01 11:46:35 +00:00
schedule: {interval: monthly}
assignees: [tarampampam]
- package-ecosystem: github-actions
directory: /
2024-04-27 10:34:46 +00:00
groups: {github-actions: {patterns: ['*']}}
2021-10-01 11:46:35 +00:00
schedule: {interval: monthly}
assignees: [tarampampam]
- package-ecosystem: docker
directory: /
2024-04-27 10:34:46 +00:00
groups: {docker: {patterns: ['*']}}
2021-10-01 11:46:35 +00:00
schedule: {interval: monthly}
assignees: [tarampampam]