diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3fffc690..04930051 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,19 +1,21 @@ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates +version: 2 +updates: -# Maintain dependencies for GitHub Actions -- package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "daily" + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" -# Maintain dependencies for npm -- package-ecosystem: "npm" - directory: "/" - schedule: - interval: "daily" + # Maintain dependencies for npm + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily" -# Maintain dependencies for pip -- package-ecosystem: "pip" - directory: "/" - schedule: - interval: "daily" + # Maintain dependencies for pip + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily"