Skip to content
Closed
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
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# 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: "gradle" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
# version: 2
# updates:
# - package-ecosystem: "gradle" # See documentation for possible values
# directory: "/" # Location of package manifests
# schedule:
# interval: "weekly"
Comment on lines +6 to +11

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

security-medium medium

Disabling automated dependency updates increases the risk of security vulnerabilities and technical debt. Additionally, leaving the configuration commented out while the file remains in the repository can cause GitHub to report a configuration error in the 'Dependency graph' dashboard, as the version key is required for any active dependabot.yml file. If the intention is to disable Dependabot, it is recommended to delete the file entirely. If you wish to keep the configuration but stop receiving updates, you can set open-pull-requests-limit: 0 instead.

Loading