Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
version: 2
updates:
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "daily"
Comment on lines +3 to +6
Copy link

Copilot AI Jan 13, 2026

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.

Suggested change
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "daily"

Copilot uses AI. Check for mistakes.
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "monthly"
Comment on lines +11 to +14
Copy link

Copilot AI Jan 13, 2026

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.yml 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.

Suggested change
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "monthly"

Copilot uses AI. Check for mistakes.
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
Comment on lines +15 to +18
Copy link

Copilot AI Jan 13, 2026

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.

Suggested change
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"

Copilot uses AI. Check for mistakes.
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "daily"
Comment on lines +19 to +22
Copy link

Copilot AI Jan 13, 2026

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.

Suggested change
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "daily"

Copilot uses AI. Check for mistakes.
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
Comment on lines +23 to +26
Copy link

Copilot AI Jan 13, 2026

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.

Suggested change
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"

Copilot uses AI. Check for mistakes.
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "terraform"
directory: "/"
schedule:
interval: "daily"
Comment on lines +31 to +34
Copy link

Copilot AI Jan 13, 2026

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.

Suggested change
- package-ecosystem: "terraform"
directory: "/"
schedule:
interval: "daily"

Copilot uses AI. Check for mistakes.
Loading