-
Notifications
You must be signed in to change notification settings - Fork 0
Create dependabot.yml #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# To get started with Dependabot version updates, you'll need to specify which | ||
# package ecosystems to update and where the package manifests are located. | ||
# Please see the documentation for all configuration options: | ||
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: "" # See documentation for possible values | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The
|
||
directory: "/" # Location of package manifests | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧹 Nitpick (assertive) Inline comments should be preceded by two spaces (YAML style). Linters warn: “too few spaces before comment: expected 2”. Tiny, but fixing avoids CI noise. - - package-ecosystem: "pip" # pip | github-actions | npm | …
+ - package-ecosystem: "pip" # pip | github-actions | npm | …
🧰 Tools🪛 YAMLlint (1.37.1)[warning] 8-8: too few spaces before comment: expected 2 (comments) [warning] 9-9: too few spaces before comment: expected 2 (comments) 🤖 Prompt for AI Agents
|
||
schedule: | ||
interval: "weekly" | ||
coderabbitai[bot] marked this conversation as resolved.
Show resolved
Hide resolved
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧹 Nitpick (assertive)
Clean up trailing spaces to satisfy YAML linters.
Line 1 currently triggers
YAMLlint trailing-spaces
. Removing them keeps automated linters / pre-commit hooks quiet.📝 Committable suggestion
🧰 Tools
🪛 YAMLlint (1.37.1)
[error] 1-1: trailing spaces
(trailing-spaces)
🤖 Prompt for AI Agents