Merge pull request #1262 from consideRatio/pr/dependabot-monthly

dependabot: monthly updates of github actions
pull/1263/head
Erik Sundell 2023-04-07 15:57:57 +02:00 zatwierdzone przez GitHub
commit 2c6d20c3c7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 5 dodań i 4 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
# dependabot.yml reference: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file # dependabot.yaml reference: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
# #
# Notes: # Notes:
# - Status and logs from dependabot are provided at # - Status and logs from dependabot are provided at
@ -9,8 +9,9 @@ version: 2
updates: updates:
# Maintain dependencies in our GitHub Workflows # Maintain dependencies in our GitHub Workflows
- package-ecosystem: github-actions - package-ecosystem: github-actions
directory: "/" # This should be / rather than .github/workflows directory: /
labels: [ci]
schedule: schedule:
interval: weekly interval: monthly
time: "05:00" time: "05:00"
timezone: "Etc/UTC" timezone: Etc/UTC