diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 71cdeea..1603cdd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,9 @@ -# Set update schedule for GitHub Actions -# See https://docs.github.com/en/github/administering-a-repository/keeping-your-actions-up-to-date-with-dependabot - +# Dependabot configuration file. +# See https://docs.github.com/en/code-security/dependabot/dependabot-version-updates version: 2 -updates: -- package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "monthly" +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly"