diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 93828b48..98c7b8f5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,12 @@ # 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: "" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" # Define the updates configuration # Removed misplaced 'updates' section. Dependabot configuration should be in a separate dependabot.yml file. @@ -24,4 +30,4 @@ updates: - package-ecosystem: "docker" directory: "/" schedule: - interval: "weekly" \ No newline at end of file + interval: "weekly"