hullcss-discord-bot/.github/dependabot.yml

28 lines
831 B
YAML
Raw Normal View History

2022-10-06 09:17:22 +01:00
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
2022-10-10 21:52:52 +01:00
- package-ecosystem: 'docker'
directory: '/'
2023-09-08 15:31:40 +01:00
rebase-strategy: 'auto'
schedule:
2023-08-22 11:55:29 +01:00
interval: 'weekly'
time: '08:00'
2023-09-08 15:31:40 +01:00
groups:
2023-09-08 15:45:05 +01:00
docker-dependecies:
2023-09-08 15:42:18 +01:00
dependency-type: 'production'
2022-10-10 21:52:52 +01:00
- package-ecosystem: 'github-actions'
directory: '/'
2023-09-08 15:31:40 +01:00
rebase-strategy: 'auto'
schedule:
# Check for updates to GitHub Actions every week
2022-10-10 21:52:52 +01:00
interval: 'weekly'
2023-08-22 11:55:29 +01:00
time: '08:00'
2023-09-08 15:31:40 +01:00
groups:
2023-09-08 15:45:05 +01:00
github-actions:
2023-09-08 15:42:18 +01:00
dependency-type: 'production'