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: '/'
|
2022-10-08 11:24:50 +01:00
|
|
|
schedule:
|
2022-10-10 21:52:52 +01:00
|
|
|
interval: 'daily'
|
2022-12-05 22:44:54 +00:00
|
|
|
time: '07:00'
|
2022-10-08 11:24:50 +01:00
|
|
|
|
2022-10-10 21:52:52 +01:00
|
|
|
- package-ecosystem: 'github-actions'
|
|
|
|
directory: '/'
|
2022-10-08 11:24:50 +01:00
|
|
|
schedule:
|
|
|
|
# Check for updates to GitHub Actions every week
|
2022-10-10 21:52:52 +01:00
|
|
|
interval: 'weekly'
|
2022-12-05 22:44:54 +00:00
|
|
|
time: '07:00'
|