-
Notifications
You must be signed in to change notification settings - Fork 1
Enable Dependabot Ecosystems #24
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
Changes from all commits
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,34 @@ | ||||||||||
| version: 2 | ||||||||||
| updates: | ||||||||||
| - package-ecosystem: "composer" | ||||||||||
| directory: "/" | ||||||||||
| schedule: | ||||||||||
| interval: "daily" | ||||||||||
| - package-ecosystem: "npm" | ||||||||||
| directory: "/" | ||||||||||
| schedule: | ||||||||||
| interval: "daily" | ||||||||||
| - package-ecosystem: "docker" | ||||||||||
| directory: "/" | ||||||||||
| schedule: | ||||||||||
| interval: "monthly" | ||||||||||
| - package-ecosystem: "pip" | ||||||||||
| directory: "/" | ||||||||||
| schedule: | ||||||||||
| interval: "daily" | ||||||||||
|
Comment on lines
+15
to
+18
|
||||||||||
| - package-ecosystem: "pip" | |
| directory: "/" | |
| schedule: | |
| interval: "daily" |
Copilot
AI
Jan 13, 2026
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.
The bundler ecosystem is configured but no Ruby Gemfile was found in the repository. Remove this configuration unless Ruby dependencies exist or are planned to be added.
| - package-ecosystem: "bundler" | |
| directory: "/" | |
| schedule: | |
| interval: "daily" |
Copilot
AI
Jan 13, 2026
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.
The gomod ecosystem is configured but no go.mod file was found in the repository. Remove this configuration unless Go dependencies exist or are planned to be added.
| - package-ecosystem: "gomod" | |
| directory: "/" | |
| schedule: | |
| interval: "daily" |
Copilot
AI
Jan 13, 2026
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.
The terraform ecosystem is configured but no Terraform files (.tf) were found in the repository. Remove this configuration unless Terraform files exist or are planned to be added.
| - package-ecosystem: "terraform" | |
| directory: "/" | |
| schedule: | |
| interval: "daily" |
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.
The docker ecosystem is configured but no Dockerfile or docker-compose files were found in the repository. Remove this configuration unless Docker files exist or are planned to be added.