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

20 lines
627 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: '/'
schedule:
2023-08-22 11:55:29 +01:00
interval: 'weekly'
time: '08:00'
2022-10-10 21:52:52 +01:00
- package-ecosystem: 'github-actions'
directory: '/'
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'