summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2022-07-14 10:45:10 -0400
committerGitHub <noreply@github.com>2022-07-14 10:45:10 -0400
commitf38194860572c32c4c1f475b16a901eb832d34e6 (patch)
treee29187078365e7a898f0e2cced01034f971f5895
parentd0badeb94faac09b4ad65630070311cb81673876 (diff)
downloadcmd2-git-f38194860572c32c4c1f475b16a901eb832d34e6.tar.gz
Fix YAML indentation error in dependabot.yml (#1237)
-rw-r--r--.github/dependabot.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 4da4a031..ca4630c8 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -6,6 +6,6 @@ updates:
interval: "weekly"
- package-ecosystem: "pip"
- directory: "/"
- schedule:
+ directory: "/"
+ schedule:
interval: "weekly"