Skip to content

Commit 0bdb389

Browse files
authored
[CLEANUP] Fix indentation of dependabot configuration (#547)
Rewrite file using the project style conventions of four spaces as defined in `.editorconfig`. Signed-off-by: Daniel Ziegenberg <[email protected]>
1 parent 4e598e9 commit 0bdb389

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
version: 2
44
updates:
5-
- package-ecosystem: "github-actions"
6-
directory: "/"
7-
schedule:
8-
interval: "daily"
5+
- package-ecosystem: "github-actions"
6+
directory: "/"
7+
schedule:
8+
interval: "daily"
99

10-
- package-ecosystem: "composer"
11-
directory: "/"
12-
schedule:
13-
interval: "daily"
14-
allow:
15-
- dependency-type: "development"
16-
versioning-strategy: "increase"
10+
- package-ecosystem: "composer"
11+
directory: "/"
12+
schedule:
13+
interval: "daily"
14+
allow:
15+
- dependency-type: "development"
16+
versioning-strategy: "increase"

0 commit comments

Comments
 (0)