Files
ubicloud/.github/dependabot.yml
Enes Cakir f2691ef66b Keep github-actions workflows updated
Dependabot has begun supporting the 'github-actions' package ecosystem.
It's beneficial to keep all our dependencies updated.
2023-11-07 16:15:04 +03:00

43 lines
845 B
YAML

version: 2
updates:
- package-ecosystem: 'bundler'
directory: '/'
schedule:
interval: 'daily'
allow:
- dependency-type: "all"
groups:
ruby-dependencies:
patterns:
- "*"
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'
allow:
- dependency-type: "all"
groups:
js-dependencies:
patterns:
- "*"
- package-ecosystem: 'docker'
directory: '/'
schedule:
interval: 'daily'
allow:
- dependency-type: "all"
groups:
docker-dependencies:
patterns:
- "*"
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
allow:
- dependency-type: "all"
groups:
github-actions-dependencies:
patterns:
- "*"