Update dependabot.yml

This commit is contained in:
Pаramtamtām 2024-04-27 14:35:34 +04:00 committed by GitHub
parent a4ae4feb1f
commit e4e42b94a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,12 +5,12 @@ version: 2
updates: updates:
- package-ecosystem: github-actions - package-ecosystem: github-actions
directory: / directory: /
groups: {any: {patterns: ['*']}} groups: {github-actions: {patterns: ['*']}}
schedule: {interval: monthly} schedule: {interval: monthly}
assignees: [tarampampam] assignees: [tarampampam]
- package-ecosystem: docker - package-ecosystem: docker
directory: / directory: /
groups: {any: {patterns: ['*']}} groups: {docker: {patterns: ['*']}}
schedule: {interval: monthly} schedule: {interval: monthly}
assignees: [tarampampam] assignees: [tarampampam]