Skip to content

Commit 1e619db

Browse files
committed
fix(dependabot): remove invalid runs-on field (schema violation)
The field is not part of the supported dependabot.yml schema. Pre-emptive fix to unblock future PRs that touch dependabot.yml — validation only triggers then.
1 parent 44ed223 commit 1e619db

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ updates:
1010
patterns: ["*"]
1111
all-dependencies:
1212
patterns: ["*"]
13-
runs-on: "ubuntu-latest"
1413
- package-ecosystem: "github-actions"
1514
directory: "/"
1615
schedule:
@@ -21,4 +20,3 @@ updates:
2120
patterns: ["*"]
2221
all-actions:
2322
patterns: ["*"]
24-
runs-on: "ubuntu-latest"

0 commit comments

Comments
 (0)