-
Notifications
You must be signed in to change notification settings - Fork 120
Enable Dependabot Ecosystems #2267
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" | ||||||||||
|
Comment on lines
+11
to
+14
|
||||||||||
| - package-ecosystem: "docker" | |
| directory: "/" | |
| schedule: | |
| interval: "monthly" |
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 pip ecosystem is configured but no requirements.txt, setup.py, or Pipfile exists in the repository. Dependabot will not be able to check for updates without the corresponding dependency file. Remove this configuration or ensure the dependency file exists.
| - 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 Gemfile exists in the repository. Dependabot will not be able to check for updates without the corresponding dependency file. Remove this configuration or ensure the dependency file exists.
| - 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 exists in the repository. Dependabot will not be able to check for updates without the corresponding dependency file. Remove this configuration or ensure the dependency file exists.
| - 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 .tf files exist in the repository. Dependabot will not be able to check for updates without the corresponding dependency file. Remove this configuration or ensure the dependency file exists.
| - 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 composer ecosystem is configured but no composer.json file exists in the repository. Dependabot will not be able to check for updates without the corresponding dependency file. Remove this configuration or ensure the dependency file exists.