[create-pull-request] automated change

This commit is contained in:
jhongturney 2024-03-22 20:45:25 +00:00 коммит произвёл github-actions[bot]
Родитель aae39687fc
Коммит bd791b880c
1 изменённых файлов: 29 добавлений и 2 удалений

31
.github/dependabot.yml поставляемый
Просмотреть файл

@ -5,11 +5,38 @@ updates:
- package-ecosystem: bundler
directory: /
schedule:
interval: daily
interval: weekly
groups:
bundler-dev:
patterns:
- parallel
- pry
- rake
- rubocop-github
- simplecov*
update-types:
- patch
- minor
bundler-prod:
patterns:
- '*'
exclude-patterns:
- parallel
- pry
- rake
- rubocop-github
- simplecov*
update-types:
- patch
- minor
open-pull-requests-limit: 20
vendor: true
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
interval: weekly
groups:
github-actions:
patterns:
- '*'
open-pull-requests-limit: 20