Selaa lähdekoodia

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
Doug Bunting 3 vuotta sitten
vanhempi
sitoutus
194838963b
1 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 4 4
      .github/dependabot.yml

+ 4 - 4
.github/dependabot.yml

@@ -1,6 +1,6 @@
 version: 2
 registries:
-  azure.com:
+  dev.azure.com:
     token: ${{secrets.DEPENDABOT_NPM_TOKEN}}
     type: npm-registry
     url: https://pkgs.dev.azure.com/
@@ -11,7 +11,7 @@ updates:
     # Perform only security updates of our npm dependencies.
     open-pull-requests-limit: 0
     registries:
-    - azure.com
+    - dev.azure.com
     # Schedule should be ignored for security updates.
     schedule:
       interval: monthly
@@ -19,7 +19,7 @@ updates:
   - package-ecosystem: "github-actions"
     directory: "/"
     schedule:
-      day: monday
+      day: friday
       interval: "weekly"
       time: 05:00
       timezone: "America/Los_Angeles"
@@ -33,7 +33,7 @@ updates:
   - package-ecosystem: "gitsubmodule"
     directory: "/"
     schedule:
-      day: monday
+      day: friday
       interval: "weekly"
       time: 05:00
       timezone: "America/Los_Angeles"