Skip to content

Commit 1948389

Browse files
authored
Tweak Dependabot configuration (#46283)
- update actions and submodules in main on Friday mornings - help get these in prior to branching for Preview1 - touch `registries` in hopes security updates for `json5` are opened again
1 parent 0336c73 commit 1948389

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2
22
registries:
3-
azure.com:
3+
dev.azure.com:
44
token: ${{secrets.DEPENDABOT_NPM_TOKEN}}
55
type: npm-registry
66
url: https://pkgs.dev.azure.com/
@@ -11,15 +11,15 @@ updates:
1111
# Perform only security updates of our npm dependencies.
1212
open-pull-requests-limit: 0
1313
registries:
14-
- azure.com
14+
- dev.azure.com
1515
# Schedule should be ignored for security updates.
1616
schedule:
1717
interval: monthly
1818

1919
- package-ecosystem: "github-actions"
2020
directory: "/"
2121
schedule:
22-
day: monday
22+
day: friday
2323
interval: "weekly"
2424
time: 05:00
2525
timezone: "America/Los_Angeles"
@@ -33,7 +33,7 @@ updates:
3333
- package-ecosystem: "gitsubmodule"
3434
directory: "/"
3535
schedule:
36-
day: monday
36+
day: friday
3737
interval: "weekly"
3838
time: 05:00
3939
timezone: "America/Los_Angeles"

0 commit comments

Comments
 (0)