Merge pull request #4790 from scruplelesswizard/master

Enable Dependabot
pull/4794/head
Tom Fifield 2024-09-21 12:22:11 +08:00 zatwierdzone przez GitHub
commit dca711ac24
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 26 dodań i 0 usunięć

26
.github/dependabot.yml vendored 100644
Wyświetl plik

@ -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