Update dependabot.yml - #5
Conversation
There was a problem hiding this comment.
All reported issues were addressed across 6 files
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
There was a problem hiding this comment.
All reported issues were addressed across 6 files
Requires human review: Auto-approval blocked by 1 unresolved issue from a previous review of this commit.
Re-trigger cubic
There was a problem hiding this comment.
All reported issues were addressed across 6 files
Requires human review: Auto-approval blocked by 1 unresolved issue from a previous review of this commit.
Re-trigger cubic
There was a problem hiding this comment.
All reported issues were addressed across 6 files
Requires human review: Auto-approval blocked by 1 unresolved issue from a previous review of this commit.
Re-trigger cubic
There was a problem hiding this comment.
All reported issues were addressed across 6 files
Requires human review: Auto-approval blocked by 1 unresolved issue from a previous review of this commit.
Re-trigger cubic
There was a problem hiding this comment.
All reported issues were addressed across 6 files
Requires human review: Auto-approval blocked by 1 unresolved issue from a previous review of this commit.
Re-trigger cubic
There was a problem hiding this comment.
All reported issues were addressed across 6 files
Requires human review: Auto-approval blocked by 1 unresolved issue from a previous review of this commit.
Re-trigger cubic
There was a problem hiding this comment.
All reported issues were addressed across 6 files
Requires human review: Auto-approval blocked by 1 unresolved issue from a previous review of this commit.
Re-trigger cubic
There was a problem hiding this comment.
All reported issues were addressed across 6 files
Requires human review: Auto-approval blocked by 1 unresolved issue from a previous review of this commit.
Re-trigger cubic
There was a problem hiding this comment.
All reported issues were addressed across 6 files
Requires human review: Auto-approval blocked by 1 unresolved issue from a previous review of this commit.
Re-trigger cubic
There was a problem hiding this comment.
All reported issues were addressed across 6 files
Requires human review: Auto-approval blocked by 1 unresolved issue from a previous review of this commit.
Re-trigger cubic
There was a problem hiding this comment.
All reported issues were addressed across 6 files
Requires human review: Auto-approval blocked by 1 unresolved issue from a previous review of this commit.
Re-trigger cubic
There was a problem hiding this comment.
1 issue found across 5 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name=".github/workflows/provenance.yml">
<violation number="1" location=".github/workflows/provenance.yml:3">
P2: These added lines introduce trailing whitespace (`on: ` and a line containing only a space), which is the exact opposite of the PR's stated whitespace-normalization goal and violates the repo's `.editorconfig` (`trim_trailing_whitespace = true`). Replace the whitespace line with a true blank line and drop the trailing space from `on:`.</violation>
</file>
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
|
|
||
| on: | ||
| on: |
There was a problem hiding this comment.
P2: These added lines introduce trailing whitespace (on: and a line containing only a space), which is the exact opposite of the PR's stated whitespace-normalization goal and violates the repo's .editorconfig (trim_trailing_whitespace = true). Replace the whitespace line with a true blank line and drop the trailing space from on:.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At .github/workflows/provenance.yml, line 3:
<comment>These added lines introduce trailing whitespace (`on: ` and a line containing only a space), which is the exact opposite of the PR's stated whitespace-normalization goal and violates the repo's `.editorconfig` (`trim_trailing_whitespace = true`). Replace the whitespace line with a true blank line and drop the trailing space from `on:`.</comment>
<file context>
@@ -1,6 +1,6 @@
-
-on:
+
+on:
workflow_dispatch:
</file context>
Summary by cubic
Normalizes whitespace and end-of-file formatting across config and workflow files to reduce noisy diffs. No behavior changes to builds, workflow triggers, TypeScript config, or Dependabot schedule (still weekly on Monday).
.editorconfig,.github/dependabot.yml,.github/workflows/provenance.yml,.config/tsconfig.rollup.json, and.dep-stats.json(trailing spaces/blank lines/newline-at-EOF only).Written for commit 865be65. Summary will update on new commits.