Check for package updates every Wednesday (#1087)

* check for updates on Wednesday

* add doc link
This commit is contained in:
Maddy 2024-05-28 13:01:19 -07:00 коммит произвёл GitHub
Родитель 949adfeccc
Коммит 301131ccb4
1 изменённых файлов: 2 добавлений и 0 удалений

2
.github/dependabot.yml поставляемый
Просмотреть файл

@ -4,6 +4,8 @@ updates:
directory: "/"
schedule:
interval: "weekly"
# Check for updates on Wednesday https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#scheduleday
day: "wednesday"
ignore:
# Please do not bump Azure.Identity from 1.10.2, even a minor bump to 1.10.3 is causing a major bump in it's trasitive dependecny Microsoft.Identity.Client.Extensions.Msal which will fail the bundle test.
- dependency-name: "Azure.Identity"