summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-09-30 00:14:47 -0400
committerDaniel Micay <danielmicay@gmail.com>2021-09-30 00:14:47 -0400
commitbb064e41d72ce65c55b9751e0379c0c94d56cf16 (patch)
treeff83df5fa5d633aa5df43b335c8681b1670984ec
parent023cae8d67a1d9cbd54060c353bc1f97f68486dc (diff)
use consistent indent style for YAML
-rw-r--r--.github/dependabot.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 6e273c22..0ddd181d 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,12 +1,12 @@
version: 2
updates:
-- package-ecosystem: github-actions
- directory: "/"
- schedule:
- interval: daily
- target-branch: main
-- package-ecosystem: npm
- directory: "/"
- schedule:
- interval: daily
- target-branch: main
+ - package-ecosystem: github-actions
+ directory: "/"
+ schedule:
+ interval: daily
+ target-branch: main
+ - package-ecosystem: npm
+ directory: "/"
+ schedule:
+ interval: daily
+ target-branch: main