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"
- 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 files were found in the repository. Remove this configuration unless Docker files exist or are planned to be added.

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 Python requirements files (requirements.txt, setup.py, Pipfile, etc.) were found in the repository. Remove this configuration unless Python dependencies exist or are planned to be added.

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 Ruby Gemfile was found in the repository. Remove this configuration unless Ruby dependencies exist or are planned to be added.

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 was found in the repository. Remove this configuration unless Go dependencies exist or are planned to be added.

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 Terraform files (.tf) were found in the repository. Remove this configuration unless Terraform files exist or are planned to be added.

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

Copilot uses AI. Check for mistakes.
Loading