Browse Source

Fix dependabot.yml formatting (#41979)

Brennan 3 years ago
parent
commit
76bbba4e15
1 changed files with 7 additions and 7 deletions
  1. 7 7
      .github/dependabot.yml

+ 7 - 7
.github/dependabot.yml

@@ -13,15 +13,15 @@ updates:
       include: scope
     labels:
       - area-infrastructure
-   - package-ecosystem: "github-actions"
-     directory: "/"
-     schedule:
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
       # Weekly interval opens PRs on Monday.
       interval: "weekly"
-     commit-message:
-       prefix: "[main] "
-       include: scope
-     labels:
+    commit-message:
+      prefix: "[main] "
+      include: scope
+    labels:
       - area-infrastructure
 
   # Keep submodules up to date in 'release/*' branches. (Unfortunately Dependabot security PRs can't target these.)