Skip to content

Commit 038eec1

Browse files
committed
chore(dependabot): remove unnecessary blank lines in dependabot configuration
1 parent 2a5fe0e commit 038eec1

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
version: 2
22
updates:
3-
43
# Base npm (Developer Hub)
54
- package-ecosystem: "npm"
65
directory: "/"
@@ -23,7 +22,6 @@ updates:
2322
- "version-update:semver-minor"
2423
- "version-update:semver-patch"
2524

26-
2725
# GitHub Actions
2826
- package-ecosystem: "github-actions"
2927
directory: "/"
@@ -42,7 +40,6 @@ updates:
4240
- "version-update:semver-minor"
4341
- "version-update:semver-patch"
4442

45-
4643
# Automations (uv)
4744
- package-ecosystem: "uv"
4845
directory: "/automations/"
@@ -61,7 +58,6 @@ updates:
6158
- "version-update:semver-minor"
6259
- "version-update:semver-patch"
6360

64-
6561
# Examples (Python / uv)
6662
- package-ecosystem: "uv"
6763
directory: "/examples/developer-hub-python/"
@@ -80,7 +76,6 @@ updates:
8076
- "version-update:semver-minor"
8177
- "version-update:semver-patch"
8278

83-
8479
# Examples (JavaScript / npm)
8580
- package-ecosystem: "npm"
8681
directory: "/examples/developer-hub-javascript/"
@@ -103,7 +98,6 @@ updates:
10398
- "version-update:semver-minor"
10499
- "version-update:semver-patch"
105100

106-
107101
# Examples (Go / gomod)
108102
- package-ecosystem: "gomod"
109103
directory: "/examples/developer-hub-go/"
@@ -122,7 +116,6 @@ updates:
122116
- "version-update:semver-minor"
123117
- "version-update:semver-patch"
124118

125-
126119
# Examples (Rust / cargo)
127120
- package-ecosystem: "cargo"
128121
directory: "/examples/developer-hub-rust/"
@@ -139,4 +132,4 @@ updates:
139132
- dependency-name: "*"
140133
update-types:
141134
- "version-update:semver-minor"
142-
- "version-update:semver-patch"
135+
- "version-update:semver-patch"

0 commit comments

Comments
 (0)