Merge pull request #4790 from scruplelesswizard/master

Enable Dependabot
This commit is contained in:
Tom Fifield 2024-09-21 12:22:11 +08:00 committed by GitHub
commit dca711ac24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

26
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,26 @@
version: 2
updates:
- package-ecosystem: docker
directory: devcontainer
schedule:
interval: daily
time: 05:00
timezone: US/Pacific
- package-ecosystem: docker
directory: /
schedule:
interval: daily
time: 05:00
timezone: US/Pacific
- package-ecosystem: gitsubmodule
directory: /
schedule:
interval: daily
time: 05:00
timezone: US/Pacific
- package-ecosystem: github-actions
directory: /.github/workflows
schedule:
interval: daily
time: 05:00
timezone: US/Pacific