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

30 lines
928 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: 'npm' # See documentation for possible values
directory: '/' # Location of package manifests
2022-10-06 09:17:22 +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-10 21:52:52 +01:00
rebase-strategy: 'auto'
2022-10-06 09:17:22 +01:00
ignore:
2022-10-10 21:52:52 +01:00
- dependency-name: '*'
update-types: ['version-update:semver-major']
2022-10-10 21:52:52 +01:00
- package-ecosystem: 'docker'
directory: '/'
schedule:
2022-10-10 21:52:52 +01:00
interval: 'daily'
2022-12-05 22:44:54 +00:00
time: '07: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'
2022-12-05 22:44:54 +00:00
time: '07:00'